summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 625a9c6d..483928b0 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -101,6 +101,7 @@ Grab the following packages:
101 * http://www.gnu.org/software/automake/ 101 * http://www.gnu.org/software/automake/
102 * http://www.cmake.org/ 102 * http://www.cmake.org/
103 * https://github.com/jedisct1/libsodium 103 * https://github.com/jedisct1/libsodium
104 * http://www.hyperrealm.com/libconfig/
104 105
105Uncompress and install them all. Make sure to follow the README as the instructions change, but they all follow the same pattern below: 106Uncompress and install them all. Make sure to follow the README as the instructions change, but they all follow the same pattern below:
106 107
@@ -118,7 +119,7 @@ make
118``` 119```
119 120
120Do not install them from macports (or any dependencies for that matter) as they get shoved in the wrong directory 121Do not install them from macports (or any dependencies for that matter) as they get shoved in the wrong directory
121and make your life more annoying. 122(or the wrong version gets installed) and make your life more annoying.
122 123
123Another thing you may want to install is the latest gcc, this caused me a few problems as XCode from 4.3 124Another thing you may want to install is the latest gcc, this caused me a few problems as XCode from 4.3
124no longer includes gcc and instead uses LLVM-GCC, a nice install guide can be found at 125no longer includes gcc and instead uses LLVM-GCC, a nice install guide can be found at