diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2007-02-05 14:27:56 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2007-02-05 14:27:56 +0000 |
commit | 57032719fdd09374d5eb00d00f05a43d1cf9265b (patch) | |
tree | 2cdd06de4259d00b24c916ece773de760f14b599 /cpp | |
parent | add beta versioning support to makedist.py (diff) | |
download | ice-57032719fdd09374d5eb00d00f05a43d1cf9265b.tar.bz2 ice-57032719fdd09374d5eb00d00f05a43d1cf9265b.tar.xz ice-57032719fdd09374d5eb00d00f05a43d1cf9265b.zip |
Modified some third-party stuff
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/INSTALL.HP-UX | 6 | ||||
-rw-r--r-- | cpp/INSTALL.LINUX | 2 | ||||
-rw-r--r-- | cpp/INSTALL.MACOSX | 6 | ||||
-rw-r--r-- | cpp/INSTALL.SOLARIS | 2 |
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 |