summaryrefslogtreecommitdiff
path: root/cpp/BuildInstructionsOSX.md
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2015-05-13 13:20:15 -0700
committerMark Spruiell <mes@zeroc.com>2015-05-13 13:20:15 -0700
commit828d64c816a55d7294a0740d84013556c8b47b15 (patch)
tree6a0b857988eb54c1caa546e6b728c6ec6ecd7fed /cpp/BuildInstructionsOSX.md
parentICE-6494 - build instructions (diff)
downloadice-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.md6
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.