gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[www] branch master updated: add recent dependency additions


From: gnunet
Subject: [www] branch master updated: add recent dependency additions
Date: Sat, 16 May 2020 00:04:25 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new baeb9df  add recent dependency additions
     new 5f4bc19  Merge branch 'master' of git+ssh://gnunet.org/www
baeb9df is described below

commit baeb9dff4b9d52928aaf1e4a5ea5952a27ad4645
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri May 15 23:59:06 2020 +0200

    add recent dependency additions
---
 template/install-on-archpi.html.j2     |  2 +-
 template/install-on-debian9.html.j2    |  6 +++---
 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 00c8dc5..3765718 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 bff94a0..6d2f6af 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 6d5ac3b..94ea5cb 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 %}
-

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]