diff options
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -49,7 +49,7 @@ to `slcl`. If required, encryption should be done before uploading e.g.: using ## Requirements - A POSIX environment. -- OpenSSL >= 2.0. +- [`libsodium`](https://www.libsodium.org/). - cJSON >= 1.7.15. - ZLIB. - [`dynstr`](https://gitea.privatedns.org/xavi/dynstr) @@ -66,7 +66,7 @@ to `slcl`. If required, encryption should be done before uploading e.g.: using #### Mandatory packages ```sh -sudo apt install build-essential libcjson-dev libssl-dev m4 zlib1g +sudo apt install build-essential libcjson-dev libsodium-dev zlib1g ``` #### Optional packages |
