diff options
author | Jose <jose@zeroc.com> | 2016-01-14 21:29:24 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-01-14 21:29:24 +0100 |
commit | 01c7ee0df2e3c248cd20a343437211600fe91523 (patch) | |
tree | b01c7a95d806c9de029c3a49054517b9752ebc9d /cpp | |
parent | Updated timeouts in Java/C# timeout test to prevent SLES failures (diff) | |
download | ice-01c7ee0df2e3c248cd20a343437211600fe91523.tar.bz2 ice-01c7ee0df2e3c248cd20a343437211600fe91523.tar.xz ice-01c7ee0df2e3c248cd20a343437211600fe91523.zip |
Third-Party notes updates
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/BuildInstructionsLinux.md | 6 | ||||
-rw-r--r-- | cpp/BuildInstructionsOSX.md | 4 | ||||
-rw-r--r-- | cpp/BuildInstructionsWindows.md | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/cpp/BuildInstructionsLinux.md b/cpp/BuildInstructionsLinux.md index 92a3bf77580..1adcf9ad5fe 100644 --- a/cpp/BuildInstructionsLinux.md +++ b/cpp/BuildInstructionsLinux.md @@ -18,11 +18,11 @@ compiler versions listed for our [supported platforms][2]. Ice has dependencies on a number of third-party libraries: - - [expat][3] 2.0 - - [OpenSSL][4] 0.9.8 or later - - [bzip][5] 1.0 - [Berkeley DB][6] 5.3 + - [bzip][5] 1.0 + - [expat][3] 2.1 - [mcpp][7] 2.7.2 (with patches) + - [OpenSSL][4] 0.9.8 or later Expat, OpenSSL and bzip are included with most Linux distributions. ZeroC supplies binary packages for Berkeley DB and mcpp on supported Linux diff --git a/cpp/BuildInstructionsOSX.md b/cpp/BuildInstructionsOSX.md index ba9bad61375..3d0c986f1fe 100644 --- a/cpp/BuildInstructionsOSX.md +++ b/cpp/BuildInstructionsOSX.md @@ -16,9 +16,9 @@ listed for our [supported platforms][2]. Ice has dependencies on a number of third-party libraries: - - [expat][3] 2.0 - - [bzip][4] 1.0 - [Berkeley DB][5] 5.3 + - [bzip][4] 1.0 + - [expat][3] 2.1 - [mcpp][6] 2.7.2 (with patches) Expat and bzip are included with your system. For Berkeley DB and mcpp, you have diff --git a/cpp/BuildInstructionsWindows.md b/cpp/BuildInstructionsWindows.md index e33618aa5df..3c18b7b3dee 100644 --- a/cpp/BuildInstructionsWindows.md +++ b/cpp/BuildInstructionsWindows.md @@ -18,9 +18,9 @@ listed for our [supported platforms][2]. Ice has dependencies on a number of third-party libraries: - - [expat][3] 2.0 - - [bzip][4] 1.0 - [Berkeley DB][5] 5.3 + - [bzip][4] 1.0 + - [expat][3] 2.1 - [mcpp][6] 2.7.2 (with patches) You do not need to build these packages yourself, as ZeroC supplies |