gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r26887 - gnunet/doc


From: gnunet
Subject: [GNUnet-SVN] r26887 - gnunet/doc
Date: Mon, 15 Apr 2013 11:39:44 +0200

Author: grothoff
Date: 2013-04-15 11:39:44 +0200 (Mon, 15 Apr 2013)
New Revision: 26887

Modified:
   gnunet/doc/gnunet-c-tutorial.pdf
   gnunet/doc/gnunet-c-tutorial.tex
Log:
gitlibgcrypt

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

Modified: gnunet/doc/gnunet-c-tutorial.tex
===================================================================
--- gnunet/doc/gnunet-c-tutorial.tex    2013-04-14 23:47:59 UTC (rev 26886)
+++ gnunet/doc/gnunet-c-tutorial.tex    2013-04-15 09:39:44 UTC (rev 26887)
@@ -103,8 +103,23 @@
 $ ./bootstrap
 \end{lstlisting}
 
+The remainder of this tutorial assumes that you have SVN HEAD checked out.
 
 \subsection{Compiling and Installing GNUnet}
+
+First, you need to install the latest {\tt
+  
libgnupgerror}\footnote{\url{ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-1.11.tar.bz2}}
+and {\tt libgcrypt} version from Git.  The current GNUnet code uses
+ECC functions not available in any released version of libgcrypt.
+
+\lstset{language=bash}
+\begin{lstlisting}
+$ git clone git://git.gnupg.org/libgcrypt.git
+$ cd libgcrypt
+$ ./autogen.sh
+$ ./configure ; $ make install 
+\end{lstlisting}
+
 \label{sub:install}
 Assuming all dependencies are installed, the following commands will compile 
and install GNUnet in your 
 home directory. You can specify the directory where GNUnet will be installed 
by changing the \lstinline|--prefix| value when calling 
\lstinline|./configure|.  If you do not specifiy a prefix, GNUnet is installed 
in the directory \lstinline|/usr/local|. When developing new applications you 
may want to enable 




reply via email to

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