summaryrefslogtreecommitdiff
path: root/cpp/BuildInstructionsOSX.md
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2015-06-18 09:27:00 +0200
committerBenoit Foucher <benoit@zeroc.com>2015-06-18 09:27:00 +0200
commit2d0e82c7854f07d7dc6f658006cdeba25f100e62 (patch)
tree56b556483b40054b5b542556ecc1424ca8fe838d /cpp/BuildInstructionsOSX.md
parentICE-6604 - document passlib requirement (diff)
downloadice-2d0e82c7854f07d7dc6f658006cdeba25f100e62.tar.bz2
ice-2d0e82c7854f07d7dc6f658006cdeba25f100e62.tar.xz
ice-2d0e82c7854f07d7dc6f658006cdeba25f100e62.zip
Added BuildInstructions.md for Objective-C, remove OpenSSL dependency for OS X
Diffstat (limited to 'cpp/BuildInstructionsOSX.md')
-rw-r--r--cpp/BuildInstructionsOSX.md22
1 files changed, 10 insertions, 12 deletions
diff --git a/cpp/BuildInstructionsOSX.md b/cpp/BuildInstructionsOSX.md
index 462c4558266..066495ca61a 100644
--- a/cpp/BuildInstructionsOSX.md
+++ b/cpp/BuildInstructionsOSX.md
@@ -17,15 +17,14 @@ 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
- - [mcpp][7] 2.7.2 (with patches)
+ - [bzip][4] 1.0
+ - [Berkeley DB][5] 5.3
+ - [mcpp][6] 2.7.2 (with patches)
-Expat, OpenSSL and bzip are included with your system. For Berkeley DB and mcpp,
-you have a couple of options:
+Expat and bzip are included with your system. For Berkeley DB and mcpp, you have
+a couple of options:
-- Using [Homebrew][8], install Berkeley DB and mcpp with these commands:
+- Using [Homebrew][7], install Berkeley DB and mcpp with these commands:
$ brew tap zeroc-ice/tap
$ brew install berkeley-db53 [--without-java]
@@ -89,8 +88,7 @@ failure, the tests abort with `failed`.
[1]: https://doc.zeroc.com/display/Ice36/Using+the+OS+X+Binary+Distribution
[2]: https://doc.zeroc.com/display/Ice36/Supported+Platforms+for+Ice+3.6.0
[3]: http://expat.sourceforge.net
-[4]: http://openssl.org
-[5]: http://bzip.org
-[6]: http://www.oracle.com/us/products/database/berkeley-db/overview/index.htm
-[7]: https://github.com/zeroc-ice/mcpp
-[8]: http://brew.sh
+[4]: http://bzip.org
+[5]: http://www.oracle.com/us/products/database/berkeley-db/overview/index.htm
+[6]: https://github.com/zeroc-ice/mcpp
+[7]: http://brew.sh