summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rwxr-xr-xcpp/install/bcc/doc/README.txt37
1 files changed, 36 insertions, 1 deletions
diff --git a/cpp/install/bcc/doc/README.txt b/cpp/install/bcc/doc/README.txt
index 0f4fc9e4a4a..32ab1b40215 100755
--- a/cpp/install/bcc/doc/README.txt
+++ b/cpp/install/bcc/doc/README.txt
@@ -15,7 +15,7 @@ Ice is available under the terms of the GNU General Public License
customers who wish to use Ice in proprietary products. Please contact
sales@zeroc.com for more information on licensing Ice.
-This file describes how to setup Visual Studio 6.0 for Ice, and
+This file describes how to setup C++Builder 2006 for Ice, and
provides instructions for building and running the sample programs.
See doc/README.html for information on the documentation included with
@@ -28,6 +28,41 @@ C++Builder Requirements
This release requires C++Builder 2006 update 2.
+Setting up C++Builder 2006
+--------------------------
+
+Before you can use Ice in your C++ applications, you first need to
+configure C++Builder with the locations of the Ice header files,
+libraries, and executables.
+
+- In the IDE, choose Project->Default Options->C++ Compiler->Paths and Defines
+
+- Select "Include search path"
+
+- Add <Ice installation root directory>\include
+
+- Choose Project->Default Options->Linker->Paths and Defines
+
+- Select "Library search path"
+
+- Add <Ice installation root directory>\lib
+
+
+Demos and documentation
+-----------------------
+
+Sample programs are provided in the Ice-3.1.1-demos.zip package,
+which can be downloaded from the ZeroC web site at
+
+http://www.zeroc.com/download.html
+
+Please refer to the README.DEMOS file included in that package for
+more information.
+
+See doc/README.html for information on the documentation included with
+this distribution.
+
+
Binary compatibility
--------------------