Skip to content

Commit

Permalink
Merge pull request #103 from apotheon/master
Browse files Browse the repository at this point in the history
add libsodium install for FreeBSD
  • Loading branch information
tarcieri committed May 4, 2014
2 parents a19c4f2 + 9615a51 commit 66f7823
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,16 @@ for information regarding installation:

https://github.com/jedisct1/libsodium

For FreeBSD users, libsodium is available both via pkgng and ports. To install
a binary package:

pkg install libsodium

To install from ports on FreeBSD, use your favorite ports front end (e.g.
portmaster or portupgrade), or use make as follows:

cd /usr/ports/security/libsodium; make install clean

For OS X users, libsodium is available via homebrew and can be installed with:

brew install libsodium
Expand Down

0 comments on commit 66f7823

Please sign in to comment.