summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorJohn Tytgat <joty@netsurf-browser.org>2009-02-22 14:51:44 +0000
committerJohn Tytgat <joty@netsurf-browser.org>2009-02-22 14:51:44 +0000
commit565d26732883a84efe67f0e9593e4b2ef9e92d35 (patch)
treec467c60a8ac2f31011280bda4a99f55f7d4289f6 /Docs
parent14abf94fd50fbae09403d94d395410fa21724893 (diff)
downloadnetsurf-565d26732883a84efe67f0e9593e4b2ef9e92d35.tar.gz
netsurf-565d26732883a84efe67f0e9593e4b2ef9e92d35.tar.bz2
Clarified the consequence of using libcurl4-dev.
svn path=/trunk/netsurf/; revision=6598
Diffstat (limited to 'Docs')
-rw-r--r--Docs/BUILDING-Framebuffer6
-rw-r--r--Docs/BUILDING-GTK6
2 files changed, 10 insertions, 2 deletions
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: