aboutsummaryrefslogtreecommitdiff
path: root/doc/documentation
diff options
context:
space:
mode:
authorMatthias Kolja Miehl <code@makomi.net>2018-01-07 15:22:43 +0100
committerMatthias Kolja Miehl <code@makomi.net>2018-01-07 16:53:22 +0100
commit545b11633ee4957ab3e221dda1ce51ffccf0cd64 (patch)
treea21c147d7e2d1a89aee186dc2718e8da2e25dadc /doc/documentation
parentdca5b11d13330d8e5252086f470ce0a895c00de1 (diff)
downloadgnunet-545b11633ee4957ab3e221dda1ce51ffccf0cd64.tar.gz
gnunet-545b11633ee4957ab3e221dda1ce51ffccf0cd64.zip
gnunet-c-tutorial: [fix] Add missing 'make' commands
Diffstat (limited to 'doc/documentation')
-rw-r--r--doc/documentation/gnunet-c-tutorial.texi2
1 files changed, 2 insertions, 0 deletions
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
244$ tar xf libgpg-error-1.27.tar.bz2 244$ tar xf libgpg-error-1.27.tar.bz2
245$ cd libgpg-error-1.27 245$ cd libgpg-error-1.27
246$ ./configure 246$ ./configure
247$ make
247$ sudo make install 248$ sudo make install
248$ cd .. 249$ cd ..
249@end example 250@end example
@@ -254,6 +255,7 @@ $ wget $GNUPGFTP/libgcrypt/libgcrypt-1.7.6.tar.bz2
254$ tar xf libgcrypt-1.7.6.tar.bz2 255$ tar xf libgcrypt-1.7.6.tar.bz2
255$ cd libgcrypt-1.7.6 256$ cd libgcrypt-1.7.6
256$ ./configure 257$ ./configure
258$ make
257$ sudo make install 259$ sudo make install
258$ cd .. 260$ cd ..
259@end example 261@end example