Mention pkg-config being needed.
Not all installations have build tools installed, and libsodium requires calling out to pkg-config so add it to the build instructions on Debian so that the build doesn't fail.
This commit is contained in:
@@ -32,7 +32,7 @@ Debian/Ubuntu/Kali
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
$ apt install build-essential libsqlite3-dev libseccomp-dev libsodium-dev publicsuffix
|
||||
$ apt install build-essential libsqlite3-dev libseccomp-dev libsodium-dev publicsuffix pkg-config
|
||||
|
||||
.. warning::
|
||||
On a debian based system make sure you've installed rust with rustup.
|
||||
|
||||
Reference in New Issue
Block a user