aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-03-01 11:16:39 +0000
committerng0 <ng0@n0.is>2019-03-01 11:16:39 +0000
commitfb54a0b09cfa8070fee4114623eb7d9c5bff4c71 (patch)
tree2612a10ca05eecd98e73ecc77e29530c23247bd7
parenta297578894968609b84d35a1e9d444265f24b17b (diff)
downloadwww-fb54a0b09cfa8070fee4114623eb7d9c5bff4c71.tar.gz
www-fb54a0b09cfa8070fee4114623eb7d9c5bff4c71.zip
netbsd-tutorial
-rw-r--r--template/tutorial-netbsd.html.j213
1 files changed, 11 insertions, 2 deletions
diff --git a/template/tutorial-netbsd.html.j2 b/template/tutorial-netbsd.html.j2
index 4b0889bd..0c0f2c7a 100644
--- a/template/tutorial-netbsd.html.j2
+++ b/template/tutorial-netbsd.html.j2
@@ -234,8 +234,17 @@
234 <h5>{{ _("Option 2: GNUnet experimental") }}</h5> 234 <h5>{{ _("Option 2: GNUnet experimental") }}</h5>
235 235
236 <p> 236 <p>
237 Perform the same steps as for Option 1, but add the configure switch '--enable-experimental' 237 Perform the same steps as for Option 1, but add the configure switch
238 <code>--enable-experimental</code>. For even more verbosity you could
239 configure gnunet like this:
240 </p>
241 <p>
242 <code>
243 $ LDFLAGS=-L/usr/pkg/lib CFLAGS="-g -O0" ./configure --prefix=/home/ng0/opt --enable-logging=verbose
244 </code>
245 </p>
246 <p>
247 This allows you to get more verbose logs when you export GNUNET_FORCE_LOG=";;;;DEBUG" before you run tests.
238 </p> 248 </p>
239
240</div> 249</div>
241{% endblock body_content %} 250{% endblock body_content %}