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 @@ | |||
35 | </p> | 35 | </p> |
36 | 36 | ||
37 | <code> | 37 | <code> |
38 | $ sudo apt install git libtool autoconf autopoint \<br> | 38 | $ sudo apt install git libtool autoconf autopoint libargon2-dev\<br> |
39 | build-essential libgcrypt-dev libidn11-dev zlib1g-dev \<br> | 39 | build-essential libgcrypt-dev libidn11-dev zlib1g-dev \<br> |
40 | libunistring-dev libglpk-dev miniupnpc libextractor-dev \<br> | 40 | libunistring-dev libglpk-dev miniupnpc libextractor-dev \<br> |
41 | libjansson-dev libcurl4-gnutls-dev gnutls-bin libsqlite3-dev \<br> | 41 | libjansson-dev libcurl4-gnutls-dev gnutls-bin libsqlite3-dev \<br> |
42 | openssl libnss3-tools libopus-dev libpulse-dev libogg-dev | 42 | openssl libnss3-tools libopus-dev libpulse-dev libogg-dev \<br> |
43 | libsodium-dev | ||
43 | </code> | 44 | </code> |
44 | 45 | ||
45 | <h2>{{ _("Make an installation directory") }}</h2> | 46 | <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>: | |||
244 | 245 | ||
245 | </article> | 246 | </article> |
246 | {% endblock body_content %} | 247 | {% endblock body_content %} |
247 | |||