diff options
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 | ||
105 | Uncompress and install them all. Make sure to follow the README as the instructions change, but they all follow the same pattern below: | 106 | Uncompress 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 | ||
120 | Do not install them from macports (or any dependencies for that matter) as they get shoved in the wrong directory | 121 | Do not install them from macports (or any dependencies for that matter) as they get shoved in the wrong directory |
121 | and make your life more annoying. | 122 | (or the wrong version gets installed) and make your life more annoying. |
122 | 123 | ||
123 | Another thing you may want to install is the latest gcc, this caused me a few problems as XCode from 4.3 | 124 | Another thing you may want to install is the latest gcc, this caused me a few problems as XCode from 4.3 |
124 | no longer includes gcc and instead uses LLVM-GCC, a nice install guide can be found at | 125 | no longer includes gcc and instead uses LLVM-GCC, a nice install guide can be found at |