]> pilppa.org Git - libplpbus.git/blob - README
added error checks to data parse methods
[libplpbus.git] / README
1 License
2 -------
3 GNU LESSER GENERAL PUBLIC LICENSE (lgpl) version 3, for details see the COPYING file
4
5 Requirements
6 ------------
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
9
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
15
16 howto run test application
17 --------------------------
18 1) start omniOrb name service
19         #omniNames &
20 2) run server
21         src_test/test_server <server_name>
22 2) run client
23         src_test/test_client <server_name> <message to send>
24
25 howto build new version from idl
26 --------------------------------
27 #cd src/idl
28 #omniidl -bcxx -Wba -Wbtp RequestResponseBus.idl
29 #copy generated files to src/plpbus directory
30