blob: 5d71b996418d408eb578538453c393efe47f5d28 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
apt-get install -t experimental libtao-dev mpc-ace libtao-orbsvcs-dev \
tao-cosnaming tao-idl tao-utils
./autogen.sh
./configure
make
Naming_Service -ORBEndpoint iiop://localhost:55555
./receiver -ORBInitRef NameService=corbaloc:iiop:localhost:55555/NameService
./supplier test -ORBInitRef NameService=corbaloc:iiop:localhost:55555/NameService
|