[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [gnunet] 01/02: gnunet-c-tutorial: [fix] Add missing 'make'
From: |
gnunet |
Subject: |
[GNUnet-SVN] [gnunet] 01/02: gnunet-c-tutorial: [fix] Add missing 'make' commands |
Date: |
Sun, 07 Jan 2018 16:54:22 +0100 |
This is an automated email from the git hooks/post-receive script.
mkm pushed a commit to branch master
in repository gnunet.
commit 545b11633ee4957ab3e221dda1ce51ffccf0cd64
Author: Matthias Kolja Miehl <address@hidden>
AuthorDate: Sun Jan 7 15:22:43 2018 +0100
gnunet-c-tutorial: [fix] Add missing 'make' commands
---
doc/documentation/gnunet-c-tutorial.texi | 2 ++
1 file changed, 2 insertions(+)
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
--
To stop receiving notification emails like this one, please contact
address@hidden