mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-09 19:50:26 +03:00
Updated documentation.
This commit is contained in:
parent
b4c394b050
commit
3beafe8845
@ -30,7 +30,11 @@ On Debian/Ubuntu, you can satisfy these requirements by running
|
|||||||
apt install libssl-dev libcurl4-openssl-dev
|
apt install libssl-dev libcurl4-openssl-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
On OpenBSD and FreeBSD you don't need to install anything because the base system provides all the needed software and libraries.
|
On OpenBSD you also need to install `curl`:
|
||||||
|
|
||||||
|
```
|
||||||
|
pkg_add curl
|
||||||
|
```
|
||||||
|
|
||||||
Run `make` and then `make install` as root.
|
Run `make` and then `make install` as root.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user