Merge pull request #783 from kylobite/patch-1

All OSX commands now copyright friendly
This commit is contained in:
irungentoo 2014-03-05 07:19:04 -05:00
commit 3a1f259cb9

View File

@ -131,7 +131,7 @@ brew list libsodium
Configure include and lib folder and build again: Configure include and lib folder and build again:
```bash ```bash
./configure--with-libsodium-headers=/usr/local/Cellar/libsodium/0.4.5/include/ --with-libsodium-libs=/usr/local/Cellar/libsodium/0.4.5/lib/ ./configure --with-libsodium-headers=/usr/local/Cellar/libsodium/0.4.5/include/ --with-libsodium-libs=/usr/local/Cellar/libsodium/0.4.5/lib/
make make
make install make install
``` ```