summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorSean <sean@tox.im>2014-01-25 19:22:30 -0800
committerSean <sean@tox.im>2014-01-25 19:22:30 -0800
commitb14fd4fe719f8ef0e2478f38fd45bd425b77edd0 (patch)
tree25aa9f9e44349701f008d9b2e43fec287ac89fa3 /INSTALL.md
parent934ddff24bac0c99e25942be76f67584845e847f (diff)
FBSD 10+, SunOS support
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 5d8cd2c2..858dff61 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -30,6 +30,17 @@ yum groupinstall "Development Tools"
30yum install libtool autoconf automake libconfig-devel ncurses-devel check check-devel 30yum install libtool autoconf automake libconfig-devel ncurses-devel check check-devel
31``` 31```
32 32
33On SunOS:
34
35```pfexcec
36pkg install autoconf automake gcc-47
37```
38On FreeBSD 10+:
39
40```tcsh
41pkg install automake autoconf
42```
43
33Note that `libconfig-dev` should be >= 1.4. 44Note that `libconfig-dev` should be >= 1.4.
34 45
35You should get and install [libsodium](https://github.com/jedisct1/libsodium): 46You should get and install [libsodium](https://github.com/jedisct1/libsodium):