summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorJae Kwon <jkwon.work@gmail.com>2013-08-03 14:46:52 -0700
committerJae Kwon <jkwon.work@gmail.com>2013-08-03 14:46:52 -0700
commit158751cb2db8d2e11e38cbc926d0a979f8a8350a (patch)
tree141b858532475432d4bf44d3433fadc7eb42ca09 /INSTALL.md
parent09a6d2d351840edbe8defd7c209c312c226bedef (diff)
various fixes for first time user
* added linking to libsodium * fixed links to docs to point to wiki
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