diff options
Diffstat (limited to 'cpp/BuildInstructionsOSX.md')
-rw-r--r-- | cpp/BuildInstructionsOSX.md | 4 |
1 files changed, 2 insertions, 2 deletions
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 |