diff options
Diffstat (limited to 'template/install-on-debian9.html.j2')
-rw-r--r-- | template/install-on-debian9.html.j2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/install-on-debian9.html.j2 b/template/install-on-debian9.html.j2 index bff94a06..6d2f6af0 100644 --- a/template/install-on-debian9.html.j2 +++ b/template/install-on-debian9.html.j2 @@ -35,11 +35,12 @@ </p> <code> - $ sudo apt install git libtool autoconf autopoint \<br> + $ sudo apt install git libtool autoconf autopoint libargon2-dev\<br> build-essential libgcrypt-dev libidn11-dev zlib1g-dev \<br> libunistring-dev libglpk-dev miniupnpc libextractor-dev \<br> libjansson-dev libcurl4-gnutls-dev gnutls-bin libsqlite3-dev \<br> - openssl libnss3-tools libopus-dev libpulse-dev libogg-dev + openssl libnss3-tools libopus-dev libpulse-dev libogg-dev \<br> + libsodium-dev </code> <h2>{{ _("Make an installation directory") }}</h2> @@ -244,4 +245,3 @@ To go on, please <a href="https://gnunet.org/en/use.html">move over here</a>: </article> {% endblock body_content %} - |