gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: clarify and update gnurl pa


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: clarify and update gnurl part.
Date: Fri, 16 Aug 2019 23:56:15 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 3b71370b0 clarify and update gnurl part.
3b71370b0 is described below

commit 3b71370b0422bd8543050bb14ef227deeaeae41d
Author: ng0 <address@hidden>
AuthorDate: Fri Aug 16 21:54:27 2019 +0000

    clarify and update gnurl part.
---
 doc/handbook/chapters/developer.texi | 27 ++++++++++++++++++---------
 1 file changed, 18 insertions(+), 9 deletions(-)

diff --git a/doc/handbook/chapters/developer.texi 
b/doc/handbook/chapters/developer.texi
index aa52210e3..f6cf82971 100644
--- a/doc/handbook/chapters/developer.texi
+++ b/doc/handbook/chapters/developer.texi
@@ -1246,14 +1246,14 @@ for the remainder of this section.
 
 @example
 cd \$TMPDIR
-wget https://ftp.gnu.org/gnu/gnunet/gnurl-7.60.0.tar.Z
-wget https://ftp.gnu.org/gnu/gnunet/gnurl-7.60.0.tar.Z.sig
+wget https://ftp.gnu.org/gnu/gnunet/gnurl-7.65.3.tar.Z
+wget https://ftp.gnu.org/gnu/gnunet/gnurl-7.65.3.tar.Z.sig
 @end example
 
 Next, verify the digital signature of the file:
 
 @example
-gpg --verify gnurl-7.60.0.tar.Z.sig
+gpg --verify gnurl-7.65.3.tar.Z.sig
 @end example
 
 If gpg fails, you might try with @command{gpg2} on your OS. If the error
@@ -1265,19 +1265,28 @@ keyserver first:
 gpg --keyserver pgp.mit.edu --recv-keys 
A88C8ADD129828D7EAC02E52E22F9BBFEE348588
 @end example
 
+or
+
+@example
+gpg --keyserver hkps://keys.openpgp.org --recv-keys 
A88C8ADD129828D7EAC02E52E22F9BBFEE348588
+@end example
+
 and rerun the verification command.
 
 libgnurl will require the following packages to be present at runtime:
-gnutls (with DANE support / libunbound), libidn, zlib and at compile time:
-libtool, groff, perl, pkg-config, and python 2.7.
+GnuTLS (with DANE support / libunbound), libidn, zlib and at compile time:
+libtool, perl, pkg-config, and (for tests) python (2.7, or
+any version of python 3).
 
 Once you have verified that all the required packages are present on your
-system, we can proceed to compile libgnurl:
+system, we can proceed to compile libgnurl. This assumes you will install
+gnurl in the default location as prefix. To change this, pass --prefix= to
+the configure-gnurl script (which is a simple wrapper around configure).
 
 @example
-tar -xvf gnurl-7.60.0.tar.Z
-cd gnurl-7.60.0
-sh configure --disable-ntlm-wb
+tar -xvf gnurl-7.65.3.tar.Z
+cd gnurl-7.65.3
+sh ./configure-gnurl
 make
 make -C tests test
 sudo make install

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]