summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rwxr-xr-xcpp/install/bcc/doc/README.txt2
-rwxr-xr-xcpp/install/vc60/doc/README.txt39
-rwxr-xr-xcpp/install/vc71/doc/README.txt40
-rwxr-xr-xcpp/install/vc80/doc/README.txt59
-rwxr-xr-xcpp/install/vc80_x64/doc/README.txt41
5 files changed, 88 insertions, 93 deletions
diff --git a/cpp/install/bcc/doc/README.txt b/cpp/install/bcc/doc/README.txt
index 93bf5e8b4c5..aeb0e19153e 100755
--- a/cpp/install/bcc/doc/README.txt
+++ b/cpp/install/bcc/doc/README.txt
@@ -20,7 +20,7 @@ About this distribution
This binary distribution provides all Ice run time services and
development tools to build Ice applications in C++ using Borland
-C++ Builder 2006 update 2.
+C++Builder 2006 Update 2.
If you want to develop Ice applications in another programming
language, on with another C++ compiler, please download the
diff --git a/cpp/install/vc60/doc/README.txt b/cpp/install/vc60/doc/README.txt
index c0b27f43af3..60d4a9efcf8 100755
--- a/cpp/install/vc60/doc/README.txt
+++ b/cpp/install/vc60/doc/README.txt
@@ -15,23 +15,40 @@ 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
-provides instructions for building and running the sample programs.
+About this distribution
+-----------------------
+
+This binary distribution provides all Ice run time services and
+development tools to build Ice applications:
+
+ - in C++, using Visual Studio 6.0
+ - in Ruby, using Ruby 1.8.5
+ - in PHP, using PHP 5.2.0
+
+If you want to develop Ice applications in another programming
+language, or with another C++ compiler, please download the
+corresponding Ice binary distribution from
+http://www.zeroc.com/download.html.
+
+You only need the development environment for your target programming
+language to use this distribution. For example if you want to build
+Ice applications in Ruby, you need to install Ruby, but do not need
+to install Visual Studio or PHP.
+
+This file describes how to setup Visual Studio for Ice (when building
+C++ applications), and provides instructions for building and running
+the sample programs.
See doc/README.html for information on the documentation included with
this distribution.
-Visual Studio Requirements
---------------------------
+Setting up Visual Studio 6.0 to build Ice applications in C++
+-------------------------------------------------------------
This release requires Visual Studio 6.0 Service Pack 5 or later. We
recommend using the most recent update, Service Pack 6.
-
-Setting up Visual Studio 6.0
-----------------------------
-
Before you can use Ice in your C++ applications, you first need to
configure Visual Studio with the locations of the Ice header files,
libraries, and executables.
@@ -262,12 +279,12 @@ Apache1 and Apache2:
bzip2.dll
icecpp.exe
- ice31.dll
- iceutil31.dll
+ ice32b.dll
+ iceutil32b.dll
msvcp60.dll
msvcrt.dll
php_ice.dll
- slice31.dll
+ slice32b.dll
stlport_vc646.dll
NOTE: If you modify the System PATH, you will need to restart your
diff --git a/cpp/install/vc71/doc/README.txt b/cpp/install/vc71/doc/README.txt
index f949a5565e7..b4a3431bcd4 100755
--- a/cpp/install/vc71/doc/README.txt
+++ b/cpp/install/vc71/doc/README.txt
@@ -15,21 +15,27 @@ 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 for Ice, and provides
-instructions for building and running the sample programs.
+About this distribution
+-----------------------
-See doc/README.html for information on the documentation included with
-this distribution.
+This binary distribution provides all Ice run time services and
+development tools to build Ice applications in C++ using Visual
+Studio .NET 2003.
+If you want to develop Ice applications in another programming
+language, on with another C++ compiler, please download the
+corresponding Ice binary distribution from
+http://www.zeroc.com/download.html.
-Visual Studio Requirements
---------------------------
+This file describes how to setup Visual Studio for Ice and provides
+instructions for building and running the sample programs.
-This release requires Visual Studio .NET 2003 build 3088 or later.
+See doc/README.html for information on the documentation included with
+this distribution.
-Setting up Visual Studio .NET for C++
--------------------------------------
+Setting up Visual Studio .NET to build Ice applications in C++
+--------------------------------------------------------------
Before you can use Ice in your C++ applications, you first need to
configure Visual Studio with the locations of the Ice header files,
@@ -50,22 +56,6 @@ libraries, and executables.
- Add <Ice installation root directory>\bin
-Using the IceGrid Administrative Console
-----------------------------------------
-
-A Java-based graphical tool for administering IceGrid applications
-is included in this distribution. The Java archive (JAR) file is
-installed as
-
-<Ice installation root directory>\bin\IceGridGUI.jar
-
-With a suitable Java installation, you can execute the application
-directly by double-clicking on its icon, or you can start it from
-a command prompt:
-
-> java -jar IceGridGUI.jar
-
-
Building and running the C++ demos
----------------------------------
diff --git a/cpp/install/vc80/doc/README.txt b/cpp/install/vc80/doc/README.txt
index f25e6b52d1d..2910fa88c7a 100755
--- a/cpp/install/vc80/doc/README.txt
+++ b/cpp/install/vc80/doc/README.txt
@@ -15,23 +15,38 @@ 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 for Ice, and provides
-instructions for building and running the sample programs.
+About this distribution
+-----------------------
-See doc/README.html for information on the documentation included with
-this distribution.
+This binary distribution provides all Ice run time services and
+development tools to build Ice applications:
+ - in C++, using Visual Studio 2005 or Visual C++ 2005 Express Edition
+ - in C#, using Visual Studio 2005 or Visual C# 2005 Express Edition
+ - in Visual Basic, using Visual Studio 2005 or Visual Basic 2005
+ Express Edition
+ - in Java, using Java 2, Java 5 or Java 6.
+ - in Python, using Python 2.5.
-Visual Studio Requirements
---------------------------
+If you want to develop Ice applications in Ruby or in PHP, or with
+another C++ compiler, please download the corresponding Ice binary
+distribution from http://www.zeroc.com/download.html.
+
+You only need the development environment for your target programming
+language to use this distribution. For example if you want to build
+Ice applications in Java, you need to install a JDK, but do not need
+to install Visual Studio or Python.
-This release requires Visual Studio 2005 version 8.0.50727.42 or
-later. For C# or Visual Basic, this release also requires the .NET
-Framework Version 2.0.50727 or later.
+This file describes how to setup Visual Studio for Ice (when building
+C++ applications), and provides instructions for building and running
+the sample programs.
+
+See doc/README.html for information on the documentation included with
+this distribution.
-Setting up Visual Studio 2005
------------------------------
+Setting up Visual Studio 2005 to build Ice applications in C++
+--------------------------------------------------------------
Before you can use Ice in your C++ applications, you first need to
configure Visual Studio with the locations of the Ice header files,
@@ -52,37 +67,21 @@ libraries, and executables.
- Add <Ice installation root directory>\bin
-Visual C++ 2005 Express Notes
------------------------------
+Setting up Visual C++ 2005 Express Edition
+------------------------------------------
Visual C++ 2005 Express is available for download from:
http://msdn.microsoft.com/vstudio/express/visualc/
In addition to the steps listed above for setting up Visual Studio
-2005, users of Visual C++ 2005 Express must also follow the
+2005, users of Visual C++ 2005 Express Edition must also follow the
instructions at the link below for installing and configuring the
Platform SDK:
http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/
-Using the IceGrid Administrative Console
-----------------------------------------
-
-A Java-based graphical tool for administering IceGrid applications
-is included in this distribution. The Java archive (JAR) file is
-installed as
-
-<Ice installation root directory>\bin\IceGridGUI.jar
-
-With a suitable Java installation, you can execute the application
-directly by double-clicking on its icon, or you can start it from
-a command prompt:
-
-> java -jar IceGridGUI.jar
-
-
Building and running the C++ demos
----------------------------------
diff --git a/cpp/install/vc80_x64/doc/README.txt b/cpp/install/vc80_x64/doc/README.txt
index cfeb970f865..e63981694c6 100755
--- a/cpp/install/vc80_x64/doc/README.txt
+++ b/cpp/install/vc80_x64/doc/README.txt
@@ -15,22 +15,27 @@ 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 for Ice, and provides
-instructions for building and running the sample programs.
+About this distribution
+-----------------------
-See doc/README.html for information on the documentation included with
-this distribution.
+This binary distribution provides all Ice run time services and
+development tools to build Ice applications in C++ using Visual
+Studio 2005 for the x64 architecture.
+If you want to develop Ice applications in another programming
+language, on with another C++ compiler, please download the
+corresponding Ice binary distribution from
+http://www.zeroc.com/download.html.
-Visual Studio Requirements
---------------------------
+This file describes how to setup Visual Studio for Ice and provides
+instructions for building and running the sample programs.
-This release requires Visual Studio 2005 version 8.0.50727.42 or
-later.
+See doc/README.html for information on the documentation included with
+this distribution.
-Setting up Visual Studio 2005
------------------------------
+Setting up Visual Studio 2005 to build Ice applications in C++
+--------------------------------------------------------------
Before you can use Ice in your C++ applications, you first need to
configure Visual Studio with the locations of the Ice header files,
@@ -51,22 +56,6 @@ libraries, and executables.
- Add <Ice installation root directory>\bin
-Using the IceGrid Administrative Console
-----------------------------------------
-
-A Java-based graphical tool for administering IceGrid applications
-is included in this distribution. The Java archive (JAR) file is
-installed as
-
-<Ice installation root directory>\bin\IceGridGUI.jar
-
-With a suitable Java installation, you can execute the application
-directly by double-clicking on its icon, or you can start it from
-a command prompt:
-
-> java -jar IceGridGUI.jar
-
-
Building and running the C++ demos
----------------------------------