From: ng0 Date: Fri, 16 Aug 2019 21:38:29 +0000 (+0000) Subject: remove an outdated comment about libgnurl, replace with statement about X-Git-Tag: v0.11.7~206 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3d39da007357fc9fc960886c4744ad4166074943;p=oweals%2Fgnunet.git remove an outdated comment about libgnurl, replace with statement about how it has been developed. --- diff --git a/doc/handbook/chapters/developer.texi b/doc/handbook/chapters/developer.texi index 29fee9823..0f8a269a1 100644 --- a/doc/handbook/chapters/developer.texi +++ b/doc/handbook/chapters/developer.texi @@ -1221,11 +1221,9 @@ sudo apt-get install libgnurl libmicrohttpd libextractor From experience we know that at the very least libgnurl is not available in some environments. You could substitute libgnurl with libcurl, but we recommend to install libgnurl, as it gives -you a predefined libcurl with the small set GNUnet requires. In -the past namespaces of libcurl and libgnurl were shared, which -caused problems when you wanted to integrate both of them in one -Operating System. This has been resolved, and they can be installed -side by side now. +you a predefined libcurl with the small set GNUnet requires. +libgnurl has been developed to co-exist with libcurl installations, +installing it will cause no filename or namespace collisions. @cindex libgnurl @cindex compiling libgnurl