diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-05-15 23:59:06 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-05-15 23:59:06 +0200 |
commit | baeb9dff4b9d52928aaf1e4a5ea5952a27ad4645 (patch) | |
tree | 4763d5acc4384c294f987b734db3dbf532e9a27e | |
parent | a576211678732ffbe6b85fbe91717323aaee204b (diff) |
add recent dependency additions
-rw-r--r-- | template/install-on-archpi.html.j2 | 2 | ||||
-rw-r--r-- | template/install-on-debian9.html.j2 | 6 | ||||
-rw-r--r-- | template/install-on-ubuntu1804.html.j2 | 11 |
3 files changed, 9 insertions, 10 deletions
diff --git a/template/install-on-archpi.html.j2 b/template/install-on-archpi.html.j2 index 00c8dc50..37657188 100644 --- a/template/install-on-archpi.html.j2 +++ b/template/install-on-archpi.html.j2 @@ -34,7 +34,7 @@ <p><code> $ pacman -Su libmicrohttpd libgcrypt gnurl libunistring gnutls libidn libextractor openssl libltdl sqlite texinfo which gettext zlib - pkg-config git miniupnpc libextractor jansson + pkg-config git miniupnpc libextractor jansson libsodium libargon2 </code></p> <h2>{{ _("Get the Source Code") }}</h2> 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 %} - diff --git a/template/install-on-ubuntu1804.html.j2 b/template/install-on-ubuntu1804.html.j2 index 6d5ac3b7..94ea5cb2 100644 --- a/template/install-on-ubuntu1804.html.j2 +++ b/template/install-on-ubuntu1804.html.j2 @@ -30,12 +30,12 @@ A. They are required for some experimental GNUnet features. </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 libmicrohttpd-dev libopus-dev libpulse-dev \<br> - libogg-dev + libogg-dev libsodium-dev </code> <h2>{{ _("Make an installation directory") }}</h2> @@ -120,7 +120,7 @@ <code> $ sudo cp /etc/nsswitch.conf /etc/nsswitch.conf.original<br> - $ sudo sed -i -E 's/^(hosts:.*) dns/\1 gns [NOTFOUND=return] dns/' /etc/nsswitch.conf + $ sudo sed -i -E 's/^(hosts:.*) dns/\1 gns [NOTFOUND=return] dns/' /etc/nsswitch.conf </code> <p>Now in the line starting with "hosts" should contain an entry "gns [NOTFOUND=return]" before the "dns" entry like this:</p> @@ -146,12 +146,12 @@ </code> <br /> - + <p> Now we created the configuration file. Please check the handbook for a first <a href="https://docs.gnunet.org/handbook/gnunet.html#Minimal-configuration">minimal configuration</a>. But in general, we dont need to configure anything in particular for now. </p> -To go on, please <a href="https://gnunet.org/en/use.html">move over here</a>: +To go on, please <a href="https://gnunet.org/en/use.html">move over here</a>: <h2>{{ _("Use GNUnet!") }}</h2> <p> @@ -178,4 +178,3 @@ To go on, please <a href="https://gnunet.org/en/use.html">move over here</a>: </article> {% endblock body_content %} - |