gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: clarify


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: clarify
Date: Mon, 13 Mar 2017 14:00:33 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 733e5b784 clarify
733e5b784 is described below

commit 733e5b7845d713a54e352909ac1fb30abf2550c4
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Mar 13 14:02:21 2017 +0100

    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}.

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]