From: Christian Grothoff Date: Mon, 13 Mar 2017 13:02:21 +0000 (+0100) Subject: clarify X-Git-Tag: gnunet-0.11.0rc0~284^2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=733e5b7845d713a54e352909ac1fb30abf2550c4;p=oweals%2Fgnunet.git clarify --- diff --git a/doc/gnunet-c-tutorial.tex b/doc/gnunet-c-tutorial.tex index 799e20786..0f82a2e4b 100644 --- a/doc/gnunet-c-tutorial.tex +++ b/doc/gnunet-c-tutorial.tex @@ -502,6 +502,8 @@ After installing GNUnet, the above source code can be compiled as: $ export CPPFLAGS="-I/path/to/gnunet/headers" $ export LDFLAGS="-L/path/to/gnunet/libraries" $ gcc $CPPFLAGS $LDFLAGS -o testbed-test testbed_test.c -lgnunettestbed -lgnunetdht -lgnunetutil +$ touch template.conf # Generate (empty) configuration +$ ./testbed-test # run it (press CTRL-C to stop) \end{lstlisting} The \texttt{CPPFLAGS} and \texttt{LDFLAGS} are necessary if GNUnet is installed into a different directory other than \texttt{/usr/local}.