mkdir -p ~/tmp/cfg
cp config/config.cfg ~/tmp/cfg
- Set the environment variable
OMNIORB_CONFIG
to~/tmp/cfg/config.cfg
cmake . -Bbuild
cd build
make
Launch omniNames as background process
omniNames -start <port> &
Launch server.out
build/server.out
In another terminal run client.out app
build/client.out