From: Matthias Kolja Miehl Date: Sun, 7 Jan 2018 14:22:43 +0000 (+0100) Subject: gnunet-c-tutorial: [fix] Add missing 'make' commands X-Git-Tag: gnunet-0.11.0rc0~2^2~12 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=545b11633ee4957ab3e221dda1ce51ffccf0cd64;p=oweals%2Fgnunet.git gnunet-c-tutorial: [fix] Add missing 'make' commands --- diff --git a/doc/documentation/gnunet-c-tutorial.texi b/doc/documentation/gnunet-c-tutorial.texi index f39c7de64..7eafa9ea9 100644 --- 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