summaryrefslogtreecommitdiff
path: root/cpp/demo/IceBox
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2004-11-16 03:45:03 +0000
committerMichi Henning <michi@zeroc.com>2004-11-16 03:45:03 +0000
commit30fd2d34406ca31987e284f87feff9627f91040a (patch)
tree73ca2b9e24d1f009b778a08afa36b990f540450b /cpp/demo/IceBox
parent*** empty log message *** (diff)
downloadice-30fd2d34406ca31987e284f87feff9627f91040a.tar.bz2
ice-30fd2d34406ca31987e284f87feff9627f91040a.tar.xz
ice-30fd2d34406ca31987e284f87feff9627f91040a.zip
Added remark about library path.
Diffstat (limited to 'cpp/demo/IceBox')
-rw-r--r--cpp/demo/IceBox/hello/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/demo/IceBox/hello/README b/cpp/demo/IceBox/hello/README
index 23b33119587..031f74989a0 100644
--- a/cpp/demo/IceBox/hello/README
+++ b/cpp/demo/IceBox/hello/README
@@ -6,3 +6,8 @@ $ icebox --Ice.Config=config
In the second window, run the client:
$ ./client
+
+Note that, for icebox to be able to find the library containing the service,
+you must add the current directory to LD_LIBRARY_PATH (Linux) or Path (Windows).
+Alternatively, you can copy libHelloService.{so,dll} to a directory that is
+in the path.