3 GNU LESSER GENERAL PUBLIC LICENSE (lgpl) version 3, for details see the COPYING file
7 - install omniORB and omniORB development libraries (version 4.1.4 used while developing the initial version)
8 - start omniNames name server (if problems try to edit /etc/omniorb/omniORB.cfg
10 Build, install and clean
11 ------------------------
12 - build with command: ./autobuild.sh (generates required autoconf files)
13 - install with command: make install
14 - clean source code from generated build files: make maintainer-clean
16 howto run test application
17 --------------------------
18 1) start omniOrb name service
21 src_test/test_server <server_name>
23 src_test/test_client <server_name> <message to send>
25 howto build new version from idl
26 --------------------------------
28 #omniidl -bcxx -Wba -Wbtp RequestResponseBus.idl
29 #copy generated files to src/plpbus directory