gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [www] branch master updated: removed incorrect disable-docu


From: gnunet
Subject: [GNUnet-SVN] [www] branch master updated: removed incorrect disable-documentation argument from installation instructions
Date: Wed, 21 Aug 2019 07:07:00 +0200

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

rexxnor pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new 62c39ba  removed incorrect disable-documentation argument from 
installation instructions
62c39ba is described below

commit 62c39ba3438b2a1e9b90502de8fa9dd767f5cc6f
Author: rexxnor <address@hidden>
AuthorDate: Wed Aug 21 07:04:38 2019 +0200

    removed incorrect disable-documentation argument from installation 
instructions
---
 template/install-on-archpi.html.j2  |  2 +-
 template/install-on-debian9.html.j2 | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/template/install-on-archpi.html.j2 
b/template/install-on-archpi.html.j2
index dd205da..00c8dc5 100644
--- a/template/install-on-archpi.html.j2
+++ b/template/install-on-archpi.html.j2
@@ -71,7 +71,7 @@
     $ ./bootstrap<br>
     $ export GNUNET_PREFIX=/usr # for example, other locations possible
     $ export CFLAGS="-g -Wall -O0"<br>
-    $ ./configure --prefix=$GNUNET_PREFIX --disable-documentation 
--with-gnunet=$GNUNET_PREFIX<br>
+    $ ./configure --prefix=$GNUNET_PREFIX --with-gnunet=$GNUNET_PREFIX<br>
     $ make -j$(nproc || echo -n 1)<br>
     $ sudo make install
   </code>
diff --git a/template/install-on-debian9.html.j2 
b/template/install-on-debian9.html.j2
index 63e2a3f..bff94a0 100644
--- a/template/install-on-debian9.html.j2
+++ b/template/install-on-debian9.html.j2
@@ -99,7 +99,7 @@
     debug symbols that can be displayed with a debugger). Otherwise choose the
     production version.
   </p>
-  
+
   <h3>{{ _("Option 1: GNUnet for testing / usage") }}</h3>
 
   <code>
@@ -138,11 +138,11 @@
     $ ./bootstrap<br>
     $ export GNUNET_PREFIX=/usr/local # for example, other locations 
possible</br>
     $ export CFLAGS="-g -Wall -O0"<br>
-    $ ./configure --prefix=$GNUNET_PREFIX --disable-documentation 
--with-gnunet=$GNUNET_PREFIX<br>
+    $ ./configure --prefix=$GNUNET_PREFIX --with-gnunet=$GNUNET_PREFIX<br>
     $ make -j$(nproc || echo -n 1)<br>
     $ sudo make install
   </code>
-  <p>  
+  <p>
   Since we added our user to the group gnunet, we need to call the following 
command (or alternatively log out and log in again) to make the membership 
effective:
   </p>
   <code>
@@ -217,12 +217,12 @@
     $ mkdir -p ~/.config
     $ touch ~/.config/gnunet.conf
   </code>
-  
+
   <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>

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



reply via email to

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