summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rw-r--r--cpp/INSTALL.HP-UX6
-rw-r--r--cpp/INSTALL.LINUX2
-rw-r--r--cpp/INSTALL.MACOSX6
-rw-r--r--cpp/INSTALL.SOLARIS2
4 files changed, 8 insertions, 8 deletions
diff --git a/cpp/INSTALL.HP-UX b/cpp/INSTALL.HP-UX
index cdcf4bad8cd..312f101384f 100644
--- a/cpp/INSTALL.HP-UX
+++ b/cpp/INSTALL.HP-UX
@@ -31,11 +31,11 @@ Third-party libraries
Ice has dependencies on a number of third-party libraries:
-- Berkeley DB 4.3.29 with C++ support enabled, and built with a C++
+- Berkeley DB 4.5.20 with C++ support enabled, and built with a C++
compiler compatible with the one you are using.
You can download the Berkeley DB source distribution from
- http://www.sleepycat.com/download
+ http://www.oracle.com/technology/software/products/berkeley-db/index.html
We recommend that you configure and build Berkeley DB with:
@@ -72,7 +72,7 @@ Ice has dependencies on a number of third-party libraries:
./Configure hpux64-parisc2-cc shared
(and --prefix=<dir> if you like)
-- expat 1.9x, which can be downloaded from
+- expat 2.0, which can be downloaded from
http://sourceforge.net/projects/expat
For 32 bit builds, you can also use the binary distribution from the
diff --git a/cpp/INSTALL.LINUX b/cpp/INSTALL.LINUX
index 7ad4251db64..32dca73a0bf 100644
--- a/cpp/INSTALL.LINUX
+++ b/cpp/INSTALL.LINUX
@@ -22,8 +22,8 @@ C++ compiler
Ice is expected to build properly with GCC 3.3 or later. However,
only the following compilers are officially supported:
- - GCC 4.1.x on SLES 10
- GCC 3.4.6 on RHEL 4.4
+ - GCC 4.1.x on SLES 10
Third-party libraries
---------------------
diff --git a/cpp/INSTALL.MACOSX b/cpp/INSTALL.MACOSX
index f3bfdc3e6f3..d937e98ff25 100644
--- a/cpp/INSTALL.MACOSX
+++ b/cpp/INSTALL.MACOSX
@@ -22,15 +22,15 @@ Third-party libraries
Ice has dependencies on a number of third-party libraries:
-- Berkeley DB 4.3.29 configured with --enable-cxx.
+- Berkeley DB 4.5.20 configured with --enable-cxx.
If you intend to use Ice for Java with Berkeley DB, you must also
include the option --enable-java.
You can download the Berkeley DB source distribution from
- http://www.sleepycat.com/download
+ http://www.oracle.com/technology/software/products/berkeley-db/index.html
-- expat 1.9x. You can download expat from
+- expat 2.0. You can download expat from
http://sourceforge.net/projects/expat/
diff --git a/cpp/INSTALL.SOLARIS b/cpp/INSTALL.SOLARIS
index c5aeefecbf6..68b18a2a336 100644
--- a/cpp/INSTALL.SOLARIS
+++ b/cpp/INSTALL.SOLARIS
@@ -49,7 +49,7 @@ Ice has dependencies on a number of third-party libraries:
You can download these packages at the following locations:
-Berkeley DB http://www.sleepycat.com/download
+Berkeley DB http://www.oracle.com/technology/software/products/berkeley-db/index.html
expat http://sourceforge.net/projects/expat/
OpenSSL http://www.openssl.org
bzip2 http://sources.redhat.com/bzip2