From 733e5b7845d713a54e352909ac1fb30abf2550c4 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 13 Mar 2017 14:02:21 +0100 Subject: [PATCH] clarify --- doc/gnunet-c-tutorial.tex | 2 ++ 1 file changed, 2 insertions(+) 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}. -- 2.25.1