From 4ceaad505db02e048a227df99802a7728ffa78af Mon Sep 17 00:00:00 2001 From: James Date: Fri, 28 Jul 2017 23:06:41 +1200 Subject: Configure needs to find libsodium headers. Add soft-links for them, in the places that it expects. --- INSTALL.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'INSTALL.md') 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 If 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: ``` ln -s /opt/local/lib/libsodium.dylib /usr/local/lib/libsodium.dylib +ln -s /opt/local/include/sodium.h /usr/local/include +ln -s /opt/local/include/sodium /usr/local/include/ ``` Much 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) -- cgit v1.2.3