summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorJames <james.from.wellington@gmail.com>2017-07-28 23:06:41 +1200
committerRobin Lindén <dev@robinlinden.eu>2017-08-30 21:13:35 +0200
commit4ceaad505db02e048a227df99802a7728ffa78af (patch)
treef23fb3c44c14165ad745dae28fa1b2a2e7c7c0a2 /INSTALL.md
parent020e77fbdf6b40b714bd97c34e3cd0b0dd036be2 (diff)
Configure needs to find libsodium headers.
Add soft-links for them, in the places that it expects.
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index abd7e6cf..969309b1 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -213,6 +213,8 @@ Certain other tools may not be installed, or outdated, and should also be instal
213If libsodium was installed with MacPorts, you may want to symlink the copy in /opt/local/lib to /usr/local/lib. That way you don't need special configure switches for toxcore to find libsodium, and every time MacPorts updates libsodium, the new version will be linked to toxcore every time you build: 213If libsodium was installed with MacPorts, you may want to symlink the copy in /opt/local/lib to /usr/local/lib. That way you don't need special configure switches for toxcore to find libsodium, and every time MacPorts updates libsodium, the new version will be linked to toxcore every time you build:
214``` 214```
215ln -s /opt/local/lib/libsodium.dylib /usr/local/lib/libsodium.dylib 215ln -s /opt/local/lib/libsodium.dylib /usr/local/lib/libsodium.dylib
216ln -s /opt/local/include/sodium.h /usr/local/include
217ln -s /opt/local/include/sodium /usr/local/include/
216``` 218```
217 219
218Much of the build can then be done as for other platforms: git clone, and so on. Differences will be noted with (OS X 10.5 specific) 220Much of the build can then be done as for other platforms: git clone, and so on. Differences will be noted with (OS X 10.5 specific)