From 565d26732883a84efe67f0e9593e4b2ef9e92d35 Mon Sep 17 00:00:00 2001 From: John Tytgat Date: Sun, 22 Feb 2009 14:51:44 +0000 Subject: Clarified the consequence of using libcurl4-dev. svn path=/trunk/netsurf/; revision=6598 --- Docs/BUILDING-Framebuffer | 6 +++++- Docs/BUILDING-GTK | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) (limited to 'Docs') diff --git a/Docs/BUILDING-Framebuffer b/Docs/BUILDING-Framebuffer index 7a969b474..20948e14e 100644 --- a/Docs/BUILDING-Framebuffer +++ b/Docs/BUILDING-Framebuffer @@ -62,7 +62,11 @@ $ apt-get install libglade2-dev libcurl3-dev libxml2-dev libmng-dev $ apt-get install librsvg2-dev lemon re2c - Recent OS versions might need libcurl4-dev instead of libcurl3-dev. + Recent OS versions might need libcurl4-dev instead of libcurl3-dev but + note that when it has not been built with OpenSSL, the SSL_CTX is not + available and results that certification details won't be presented in case + they are invalid. But as this is currently unimplemented in the Framebuffer + flavour of NetSurf, this won't make a difference at all. Fedora: diff --git a/Docs/BUILDING-GTK b/Docs/BUILDING-GTK index f367ae5de..d958bc5b5 100644 --- a/Docs/BUILDING-GTK +++ b/Docs/BUILDING-GTK @@ -60,7 +60,11 @@ $ apt-get install libglade2-dev libcurl3-dev libxml2-dev libmng-dev $ apt-get install librsvg2-dev lemon re2c - Recent OS versions might need libcurl4-dev instead of libcurl3-dev. + Recent OS versions might need libcurl4-dev instead of libcurl3-dev but + note that when it has not been built with OpenSSL, the SSL_CTX is not + available and results that certification details won't be presented in case + they are invalid. But as this is currently unimplemented in the GTK + flavour of NetSurf, this won't make a difference at all. Fedora: -- cgit v1.2.3