aboutsummaryrefslogtreecommitdiff
path: root/template/install-on-debian9.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/install-on-debian9.html.j2')
-rw-r--r--template/install-on-debian9.html.j210
1 files changed, 7 insertions, 3 deletions
diff --git a/template/install-on-debian9.html.j2 b/template/install-on-debian9.html.j2
index c46a7c1e..beffdcf6 100644
--- a/template/install-on-debian9.html.j2
+++ b/template/install-on-debian9.html.j2
@@ -116,7 +116,6 @@
116 <code> 116 <code>
117 $ cd ~/gnunet_installation/gnunet<br> 117 $ cd ~/gnunet_installation/gnunet<br>
118 $ ./bootstrap<br> 118 $ ./bootstrap<br>
119 $ export GNUNET_PREFIX=/usr<br>
120 $ export CFLAGS="-g -Wall -O0"<br> 119 $ export CFLAGS="-g -Wall -O0"<br>
121 $ ./configure --prefix=$GNUNET_PREFIX --disable-documentation --enable-logging=verbose --with-microhttpd=/opt/libmicrohttpd<br> 120 $ ./configure --prefix=$GNUNET_PREFIX --disable-documentation --enable-logging=verbose --with-microhttpd=/opt/libmicrohttpd<br>
122 $ make -j$(nproc || echo -n 1)<br> 121 $ make -j$(nproc || echo -n 1)<br>
@@ -132,7 +131,6 @@
132 $ sudo apt install libgtk-3-dev libgladeui-dev libunique-dev libqrencode-dev 131 $ sudo apt install libgtk-3-dev libgladeui-dev libunique-dev libqrencode-dev
133 $ cd ~/gnunet_installation/gnunet-gtk<br> 132 $ cd ~/gnunet_installation/gnunet-gtk<br>
134 $ ./bootstrap<br> 133 $ ./bootstrap<br>
135 $ export GNUNET_PREFIX=/usr<br>
136 $ export CFLAGS="-g -Wall -O0"<br> 134 $ export CFLAGS="-g -Wall -O0"<br>
137 $ ./configure --prefix=$GNUNET_PREFIX --with-gnunet=$GNUNET_PREFIX<br> 135 $ ./configure --prefix=$GNUNET_PREFIX --with-gnunet=$GNUNET_PREFIX<br>
138 $ make -j$(nproc || echo -n 1)<br> 136 $ make -j$(nproc || echo -n 1)<br>
@@ -270,6 +268,13 @@
270 $ gnunet-arm -e 268 $ gnunet-arm -e
271 </code> 269 </code>
272 270
271<section>
272 <h3>{{ _("Use GNUnet!") }}</h3>
273 <p>
274 Please head over here: <a href="https://gnunet.org/en/use.html">Use!</a>
275 <p>
276</section>
277
273 <h3>{{ _("Uninstall GNUnet and its dependencies") }}</h3> 278 <h3>{{ _("Uninstall GNUnet and its dependencies") }}</h3>
274 279
275 <code> 280 <code>
@@ -317,7 +322,6 @@
317 gnunet-peerinfo -p <string> 322 gnunet-peerinfo -p <string>
318 </code> 323 </code>
319 324
320
321 <p> 325 <p>
322 Now our GNUnet nodes can attempt reaching each other directly. This may 326 Now our GNUnet nodes can attempt reaching each other directly. This may
323 still fail due to NAT traversal issues. 327 still fail due to NAT traversal issues.