diff options
Diffstat (limited to 'cpp')
-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. |