aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-08-20 16:43:55 +0200
committerChristian Grothoff <christian@grothoff.org>2019-08-20 16:43:55 +0200
commitf596811c46ca1f37c64b972545c001d682c77be4 (patch)
tree7f438f44919178601c2d42b2f6cf38202b0ecb46 /template
parent84bf4965df641d87940715bb3b3a2517e9cc1ae6 (diff)
parentda8e86b40c419b679a16bc1befec9e6f46409ef2 (diff)
downloadwww-f596811c46ca1f37c64b972545c001d682c77be4.tar.gz
www-f596811c46ca1f37c64b972545c001d682c77be4.zip
Merge branch 'master' into stable
Diffstat (limited to 'template')
-rw-r--r--template/install-on-ubuntu1804.html.j21
1 files changed, 1 insertions, 0 deletions
diff --git a/template/install-on-ubuntu1804.html.j2 b/template/install-on-ubuntu1804.html.j2
index 199bd1ed..6d5ac3b7 100644
--- a/template/install-on-ubuntu1804.html.j2
+++ b/template/install-on-ubuntu1804.html.j2
@@ -70,6 +70,7 @@
70 <h3>{{ _("Option 1: GNUnet for testing / usage") }}</h3> 70 <h3>{{ _("Option 1: GNUnet for testing / usage") }}</h3>
71 <code> 71 <code>
72 $ cd ~/gnunet_installation/gnunet<br> 72 $ cd ~/gnunet_installation/gnunet<br>
73 $ export GNUNET_PREFIX=/usr/local # for example, other locations possible<br>
73 $ ./bootstrap<br> 74 $ ./bootstrap<br>
74 $ ./configure --prefix=$GNUNET_PREFIX --disable-documentation --with-microhttpd=/opt/libmicrohttpd<br> 75 $ ./configure --prefix=$GNUNET_PREFIX --disable-documentation --with-microhttpd=/opt/libmicrohttpd<br>
75 $ sudo addgroup gnunetdns<br> 76 $ sudo addgroup gnunetdns<br>