gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [www] branch stable updated (928e28f -> 84bf496)


From: gnunet
Subject: [GNUnet-SVN] [www] branch stable updated (928e28f -> 84bf496)
Date: Tue, 20 Aug 2019 16:43:42 +0200

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

grothoff pushed a change to branch stable
in repository www.

    from 928e28f  Merge branch 'master' into stable
     add 131a063  more <br> issues
     new 84bf496  Merge branch 'master' into stable

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 template/install-on-archpi.html.j2     | 2 +-
 template/install-on-debian9.html.j2    | 2 +-
 template/install-on-ubuntu1804.html.j2 | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/template/install-on-archpi.html.j2 
b/template/install-on-archpi.html.j2
index 1ef61eb..dd205da 100644
--- a/template/install-on-archpi.html.j2
+++ b/template/install-on-archpi.html.j2
@@ -50,7 +50,7 @@
 
   <p><code>
   > cd gnunet<br>
-  > export GNUNET_PREFIX=/usr # for example, other locations possible
+  > export GNUNET_PREFIX=/usr # for example, other locations possible<br>
   > ./bootstrap # Run this to generate the configure files.<br>
   > ./configure --prefix=$GNUNET_PREFIX --disable-documentation # Use --help 
to see the various flags available to you.<br>
   > make -j$(nproc || echo -n 1)<br>
diff --git a/template/install-on-debian9.html.j2 
b/template/install-on-debian9.html.j2
index 7655051..63e2a3f 100644
--- a/template/install-on-debian9.html.j2
+++ b/template/install-on-debian9.html.j2
@@ -105,7 +105,7 @@
   <code>
     $ cd ~/gnunet_installation/gnunet<br>
     $ ./bootstrap<br>
-    $ export GNUNET_PREFIX=/usr/local # for example, other locations possible
+    $ export GNUNET_PREFIX=/usr/local # for example, other locations 
possible<br>
     $ ./configure --prefix=$GNUNET_PREFIX --disable-documentation 
--with-microhttpd=/opt/libmicrohttpd<br>
     $ sudo addgroup gnunet<br>
     $ sudo usermod -aG gnunet $USER<br>
diff --git a/template/install-on-ubuntu1804.html.j2 
b/template/install-on-ubuntu1804.html.j2
index 157183d..199bd1e 100644
--- a/template/install-on-ubuntu1804.html.j2
+++ b/template/install-on-ubuntu1804.html.j2
@@ -74,7 +74,7 @@
     $ ./configure --prefix=$GNUNET_PREFIX --disable-documentation 
--with-microhttpd=/opt/libmicrohttpd<br>
     $ sudo addgroup gnunetdns<br>
     $ sudo adduser --system --group --disabled-login --home /var/lib/gnunet 
gnunet<br>
-    $ sudo usermod -aG gnunet $USER
+    $ sudo usermod -aG gnunet $USER<br>
     $ make -j$(nproc || echo -n 1)<br>
     $ sudo make install
   </code>
@@ -83,11 +83,11 @@
   <code>
     $ cd ~/gnunet_installation/gnunet<br>
     $ ./bootstrap<br>
-    $ export GNUNET_PREFIX=/usr/local # for example, other locations possible
+    $ export GNUNET_PREFIX=/usr/local # for example, other locations 
possible<br>
     $ export CFLAGS="-g -Wall -O0"<br>
     $ ./configure --prefix=$GNUNET_PREFIX --disable-documentation 
--enable-logging=verbose <br>
     $ sudo addgroup gnunet<br>
-    $ sudo usermod -aG gnunet $USER
+    $ sudo usermod -aG gnunet $USER<br>
     $ make -j$(nproc || echo -n 1)<br>
     $ sudo make install
   </code>

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



reply via email to

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