Skip to content

Commit

Permalink
Configure needs to find libsodium headers.
Browse files Browse the repository at this point in the history
Add soft-links for them, in the places that it expects.
  • Loading branch information
JamesC1 authored and robinlinden committed Aug 22, 2017
1 parent 8f19c92 commit 07dd47f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 07dd47f

Please sign in to comment.