gnunet-c-tutorial: [fix] Add missing 'make' commands
authorMatthias Kolja Miehl <code@makomi.net>
Sun, 7 Jan 2018 14:22:43 +0000 (15:22 +0100)
committerMatthias Kolja Miehl <code@makomi.net>
Sun, 7 Jan 2018 15:53:22 +0000 (16:53 +0100)
doc/documentation/gnunet-c-tutorial.texi

index f39c7de6421160630d2ebbd9858abc3b04866d87..7eafa9ea922e1c7aaee2f2b08436bf76df54a2de 100644 (file)
@@ -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