diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
| @@ -30,7 +30,11 @@ On Debian/Ubuntu, you can satisfy these requirements by running | |||
| 30 | apt install libssl-dev libcurl4-openssl-dev | 30 | apt install libssl-dev libcurl4-openssl-dev |
| 31 | ``` | 31 | ``` |
| 32 | 32 | ||
| 33 | On OpenBSD and FreeBSD you don't need to install anything because the base system provides all the needed software and libraries. | 33 | On OpenBSD you also need to install `curl`: |
| 34 | |||
| 35 | ``` | ||
| 36 | pkg_add curl | ||
| 37 | ``` | ||
| 34 | 38 | ||
| 35 | Run `make` and then `make install` as root. | 39 | Run `make` and then `make install` as root. |
| 36 | 40 | ||