diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/demo/IcePack/hello/README | 6 | ||||
-rw-r--r-- | cpp/demo/IcePack/simple/README | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/cpp/demo/IcePack/hello/README b/cpp/demo/IcePack/hello/README index 416f6dac5f8..6813596c1cd 100644 --- a/cpp/demo/IcePack/hello/README +++ b/cpp/demo/IcePack/hello/README @@ -9,6 +9,11 @@ ICE_LICENSE file included in this distribution. To run the demo: +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. + Start the IcePack service: $ icepacknode --Ice.Config=config --warn @@ -22,3 +27,4 @@ This will deploy the servers described in the file "application.xml" and start the client. Messages will be displayed in the IcePack service window. + diff --git a/cpp/demo/IcePack/simple/README b/cpp/demo/IcePack/simple/README index 9910cb3e52e..85ee8fa222a 100644 --- a/cpp/demo/IcePack/simple/README +++ b/cpp/demo/IcePack/simple/README @@ -9,6 +9,11 @@ ICE_LICENSE file included in this distribution. To run the demo: +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. + Start the IcePack service: $ icepacknode --Ice.Config=config --warn @@ -22,3 +27,4 @@ This will deploy the servers described in the file "application.xml" and start the client. Messages will be displayed in the IcePack service window. + |