mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
FBSD 10+, SunOS support
This commit is contained in:
parent
934ddff24b
commit
b14fd4fe71
11
INSTALL.md
11
INSTALL.md
|
@ -30,6 +30,17 @@ yum groupinstall "Development Tools"
|
|||
yum install libtool autoconf automake libconfig-devel ncurses-devel check check-devel
|
||||
```
|
||||
|
||||
On SunOS:
|
||||
|
||||
```pfexcec
|
||||
pkg install autoconf automake gcc-47
|
||||
```
|
||||
On FreeBSD 10+:
|
||||
|
||||
```tcsh
|
||||
pkg install automake autoconf
|
||||
```
|
||||
|
||||
Note that `libconfig-dev` should be >= 1.4.
|
||||
|
||||
You should get and install [libsodium](https://github.com/jedisct1/libsodium):
|
||||
|
|
Loading…
Reference in New Issue
Block a user