gnunet

Main GNUnet Logic
Log | Files | Refs | Submodules | README | LICENSE

commit 545b11633ee4957ab3e221dda1ce51ffccf0cd64
parent dca5b11d13330d8e5252086f470ce0a895c00de1
Author: Matthias Kolja Miehl <code@makomi.net>
Date:   Sun,  7 Jan 2018 15:22:43 +0100

gnunet-c-tutorial: [fix] Add missing 'make' commands

Diffstat:
Mdoc/documentation/gnunet-c-tutorial.texi | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/doc/documentation/gnunet-c-tutorial.texi b/doc/documentation/gnunet-c-tutorial.texi @@ -244,6 +244,7 @@ $ wget $GNUPGFTP/libgpg-error/libgpg-error-1.27.tar.bz2 $ tar xf libgpg-error-1.27.tar.bz2 $ cd libgpg-error-1.27 $ ./configure +$ make $ sudo make install $ cd .. @end example @@ -254,6 +255,7 @@ $ wget $GNUPGFTP/libgcrypt/libgcrypt-1.7.6.tar.bz2 $ tar xf libgcrypt-1.7.6.tar.bz2 $ cd libgcrypt-1.7.6 $ ./configure +$ make $ sudo make install $ cd .. @end example