diff options
author | Mark Spruiell <mes@zeroc.com> | 2003-05-27 21:22:37 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2003-05-27 21:22:37 +0000 |
commit | 9cd1f73db2d2d63f616bea70e8c5fa264e0549e4 (patch) | |
tree | 15e4a8a721d102f2a0ca6a32f484516d0a2cf4c2 | |
parent | Added bin/debug/icebox.exe (diff) | |
download | ice-9cd1f73db2d2d63f616bea70e8c5fa264e0549e4.tar.bz2 ice-9cd1f73db2d2d63f616bea70e8c5fa264e0549e4.tar.xz ice-9cd1f73db2d2d63f616bea70e8c5fa264e0549e4.zip |
adding note for IceBox
-rwxr-xr-x | cpp/install/common/Ice-README.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/install/common/Ice-README.txt b/cpp/install/common/Ice-README.txt index 63f0bd4dd25..11ddaa1838b 100755 --- a/cpp/install/common/Ice-README.txt +++ b/cpp/install/common/Ice-README.txt @@ -30,6 +30,12 @@ Then open a Command Prompt, cd to the desired demo subdirectory, and type 'server' to start the server. In a separate Command Prompt window,
type 'client' to start the client.
+Note that extra steps may be required when running the IceBox demo,
+depending on how you compiled the demos. If you used the Release
+configuration, then no extra steps are necessary. However, if you
+used the Debug configuration, you will need to use the debug
+version of icebox.exe located in the bin\debug subdirectory.
+
Building and running the Java demos
-----------------------------------
|