diff options
-rw-r--r-- | INSTALL.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -30,6 +30,17 @@ yum groupinstall "Development Tools" | |||
30 | yum install libtool autoconf automake libconfig-devel ncurses-devel check check-devel | 30 | yum install libtool autoconf automake libconfig-devel ncurses-devel check check-devel |
31 | ``` | 31 | ``` |
32 | 32 | ||
33 | On SunOS: | ||
34 | |||
35 | ```pfexcec | ||
36 | pkg install autoconf automake gcc-47 | ||
37 | ``` | ||
38 | On FreeBSD 10+: | ||
39 | |||
40 | ```tcsh | ||
41 | pkg install automake autoconf | ||
42 | ``` | ||
43 | |||
33 | Note that `libconfig-dev` should be >= 1.4. | 44 | Note that `libconfig-dev` should be >= 1.4. |
34 | 45 | ||
35 | You should get and install [libsodium](https://github.com/jedisct1/libsodium): | 46 | You should get and install [libsodium](https://github.com/jedisct1/libsodium): |