diff options
author | Michi Henning <michi@zeroc.com> | 2004-11-16 03:45:03 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2004-11-16 03:45:03 +0000 |
commit | 30fd2d34406ca31987e284f87feff9627f91040a (patch) | |
tree | 73ca2b9e24d1f009b778a08afa36b990f540450b /cpp/demo/IceBox | |
parent | *** empty log message *** (diff) | |
download | ice-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/README | 5 |
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. |