aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--template/install-on-archpi.html.j25
1 files changed, 2 insertions, 3 deletions
diff --git a/template/install-on-archpi.html.j2 b/template/install-on-archpi.html.j2
index 28f004fc..99702600 100644
--- a/template/install-on-archpi.html.j2
+++ b/template/install-on-archpi.html.j2
@@ -50,7 +50,7 @@
50 50
51 <p><code> 51 <p><code>
52 $ cd gnunet<br> 52 $ cd gnunet<br>
53 $ export GNUNET_PREFIX=/usr # for example, other locations possible<br> 53 $ export GNUNET_PREFIX=/usr/local # for example, other locations possible<br>
54 $ ./bootstrap # Run this to generate the configure files.<br> 54 $ ./bootstrap # Run this to generate the configure files.<br>
55 $ ./configure --prefix=$GNUNET_PREFIX # Use --help to see the various flags available to you.<br> 55 $ ./configure --prefix=$GNUNET_PREFIX # Use --help to see the various flags available to you.<br>
56 $ make -j$(nproc || echo -n 1)<br> 56 $ make -j$(nproc || echo -n 1)<br>
@@ -72,8 +72,7 @@
72 <code> 72 <code>
73 $ cd ../gnunet-gtk<br> 73 $ cd ../gnunet-gtk<br>
74 $ ./bootstrap<br> 74 $ ./bootstrap<br>
75 $ export GNUNET_PREFIX=/usr # for example, other locations possible<br> 75 $ export GNUNET_PREFIX=/usr/local # for example, other locations possible<br>
76 $ export CFLAGS="-g -Wall -O0"<br>
77 $ ./configure --prefix=$GNUNET_PREFIX --with-gnunet=$GNUNET_PREFIX<br> 76 $ ./configure --prefix=$GNUNET_PREFIX --with-gnunet=$GNUNET_PREFIX<br>
78 $ make -j$(nproc || echo -n 1)<br> 77 $ make -j$(nproc || echo -n 1)<br>
79 $ sudo make install<br> 78 $ sudo make install<br>