aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/gnunet-c-tutorial.pdfbin408828 -> 408828 bytes
-rw-r--r--doc/gnunet-c-tutorial.tex2
2 files changed, 1 insertions, 1 deletions
diff --git a/doc/gnunet-c-tutorial.pdf b/doc/gnunet-c-tutorial.pdf
index 1b7749ff6..5670bcc2f 100644
--- a/doc/gnunet-c-tutorial.pdf
+++ b/doc/gnunet-c-tutorial.pdf
Binary files differ
diff --git a/doc/gnunet-c-tutorial.tex b/doc/gnunet-c-tutorial.tex
index 3b237b578..fe53eca9d 100644
--- a/doc/gnunet-c-tutorial.tex
+++ b/doc/gnunet-c-tutorial.tex
@@ -420,7 +420,7 @@ The source code for the above listing can be found at
420\begin{lstlisting} 420\begin{lstlisting}
421$ export CPPFLAGS="-I/path/to/gnunet/headers" 421$ export CPPFLAGS="-I/path/to/gnunet/headers"
422$ export LDFLAGS="-L/path/to/gnunet/libraries" 422$ export LDFLAGS="-L/path/to/gnunet/libraries"
423$ gcc -o testbed-test -lgnunettestbed -lgnunetdht -lgnunetutil testbed_test.c 423$ gcc -o testbed-test testbed_test.c -lgnunettestbed -lgnunetdht -lgnunetutil
424\end{lstlisting} 424\end{lstlisting}
425The \texttt{CPPFLAGS} and \texttt{LDFLAGS} are necessary if GNUnet is installed 425The \texttt{CPPFLAGS} and \texttt{LDFLAGS} are necessary if GNUnet is installed
426into a different directory other than \texttt{/usr/local}. 426into a different directory other than \texttt{/usr/local}.