diff options
author | Mark Spruiell <mes@zeroc.com> | 2015-05-13 13:20:15 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2015-05-13 13:20:15 -0700 |
commit | 828d64c816a55d7294a0740d84013556c8b47b15 (patch) | |
tree | 6a0b857988eb54c1caa546e6b728c6ec6ecd7fed /cpp/BuildInstructionsOSX.md | |
parent | ICE-6494 - build instructions (diff) | |
download | ice-828d64c816a55d7294a0740d84013556c8b47b15.tar.bz2 ice-828d64c816a55d7294a0740d84013556c8b47b15.tar.xz ice-828d64c816a55d7294a0740d84013556c8b47b15.zip |
minor edits to build instructions
Diffstat (limited to 'cpp/BuildInstructionsOSX.md')
-rw-r--r-- | cpp/BuildInstructionsOSX.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/BuildInstructionsOSX.md b/cpp/BuildInstructionsOSX.md index 7c05fe8c45e..6255443fd76 100644 --- a/cpp/BuildInstructionsOSX.md +++ b/cpp/BuildInstructionsOSX.md @@ -22,9 +22,9 @@ Expat, OpenSSL and bzip are included with your system. For Berkeley DB and mcpp, - Using [Homebrew](http://brew.sh), install Berkeley DB and mcpp with these commands: - ```$ brew tap zeroc-inc/ice``` - ```$ brew install berkeley-db53 [--without-java]``` - ```$ brew install mcpp``` + $ brew tap zeroc-inc/ice``` + $ brew install berkeley-db53 [--without-java]``` + $ brew install mcpp``` The ```berkeley-db53``` package is a pre-compiled bottle that includes Java support by default; you can exclude Java support using the ```--without-java``` option. - Download the Berkeley DB and mcpp source distributions and build them yourself. |