gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r33537 - gnunet/doc


From: gnunet
Subject: [GNUnet-SVN] r33537 - gnunet/doc
Date: Thu, 5 Jun 2014 12:17:04 +0200

Author: grothoff
Date: 2014-06-05 12:17:04 +0200 (Thu, 05 Jun 2014)
New Revision: 33537

Modified:
   gnunet/doc/gnunet-c-tutorial.pdf
   gnunet/doc/gnunet-c-tutorial.tex
Log:
-remove mention of GNUNET_PREFIX, should no longer be needed

Modified: gnunet/doc/gnunet-c-tutorial.pdf
===================================================================
(Binary files differ)

Modified: gnunet/doc/gnunet-c-tutorial.tex
===================================================================
--- gnunet/doc/gnunet-c-tutorial.tex    2014-06-05 09:08:28 UTC (rev 33536)
+++ gnunet/doc/gnunet-c-tutorial.tex    2014-06-05 10:17:04 UTC (rev 33537)
@@ -204,7 +204,7 @@
 /bin/bash: line 5: 19449 Aborted                 (core dumped) ${dir}$tst
 FAIL: test_program
 \end{lstlisting}
-double check your {\tt GNUNET\_PREFIX} environmental variable and double check 
the steps performed in ~\ref{sub:install}
+double check the steps performed in ~\ref{sub:install}
 
 \section{Background: GNUnet Architecture}
 GNUnet is organized in layers and services. Each service is composed of a
@@ -247,7 +247,7 @@
 \section{First Steps with GNUnet}
 
 \subsection{Configure your peer}
-First of all we need to configure your peer. Each peer is started with a 
configuration containing settings for GNUnet itself and it's services. This 
configuration is based on the default configuration shipped with GNUnet and can 
be modified. The default configuration is located in the {\tt 
\$GNUNET\_PREFIX/share/gnunet/config.d} directory. When starting a peer, you 
can specify a customized configuration using the the {\tt$-c$} command line 
switch when starting the ARM service and all other services. When using a 
modified configuration the default values are loaded and only values specified 
in the configuration file will replace the default values.
+First of all we need to configure your peer. Each peer is started with a 
configuration containing settings for GNUnet itself and it's services. This 
configuration is based on the default configuration shipped with GNUnet and can 
be modified. The default configuration is located in the {\tt 
\$PREFIX/share/gnunet/config.d} directory. When starting a peer, you can 
specify a customized configuration using the the {\tt$-c$} command line switch 
when starting the ARM service and all other services. When using a modified 
configuration the default values are loaded and only values specified in the 
configuration file will replace the default values.
 
 Since we want to start additional peers later, we need
 some modifications from the default configuration. We need to create a 
separate service home and a file containing our modifications for this peer:
@@ -321,10 +321,10 @@
 A peers configuration file is by default located in {\tt 
~/.gnunet/gnunet.conf}.
 This file is typically very short or even empty as only the differences to the
 defaults need to be specified.  The defaults are located in
-many files in the {\tt \$GNUNET\_PREFIX/share/gnunet/config.d} directory.
+many files in the {\tt \$PREFIX/share/gnunet/config.d} directory.
 
 To configure the second peer, use the files {\tt
-  \$GNUNET\_PREFIX/share/gnunet/config.d} as a template for your main
+  \$PREFIX/share/gnunet/config.d} as a template for your main
 configuration file:
 %
 \lstset{language=bash}




reply via email to

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