summaryrefslogtreecommitdiff
path: root/Docs/BUILDING-GTK
diff options
context:
space:
mode:
authorJohn Tytgat <joty@netsurf-browser.org>2009-02-01 22:05:56 +0000
committerJohn Tytgat <joty@netsurf-browser.org>2009-02-01 22:05:56 +0000
commit1047428df599b1eec02f3a45aca2f69aeffff059 (patch)
tree17f3e43e15a905acd51f98de4cb67faef62696bf /Docs/BUILDING-GTK
parent350ab680770bfe7cab05c517471af0f28e40a179 (diff)
downloadnetsurf-1047428df599b1eec02f3a45aca2f69aeffff059.tar.gz
netsurf-1047428df599b1eec02f3a45aca2f69aeffff059.tar.bz2
Hook in our own libharu copy in the build.
svn path=/trunk/netsurf/; revision=6343
Diffstat (limited to 'Docs/BUILDING-GTK')
-rw-r--r--Docs/BUILDING-GTK14
1 files changed, 9 insertions, 5 deletions
diff --git a/Docs/BUILDING-GTK b/Docs/BUILDING-GTK
index eda40728a..f367ae5de 100644
--- a/Docs/BUILDING-GTK
+++ b/Docs/BUILDING-GTK
@@ -1,5 +1,5 @@
--------------------------------------------------------------------------------
- Build Instructions for GTK NetSurf 13 October 2008
+ Build Instructions for GTK NetSurf 01 February 2009
--------------------------------------------------------------------------------
This document provides instructions for building the GTK version of NetSurf
@@ -60,6 +60,8 @@
$ 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.
+
Fedora:
$ yum install libglade2-devel curl-devel libxml2-devel libmng-devel
@@ -133,10 +135,12 @@
is currently enabled by default, and cannot be auto-detected by the Makefile.
If you wish to disable it, do so by editing Makefile.config.
- Haru PDF can be obtained from http://libharu.sourceforge.net/, although we
- currently depend on features that the official version does not have. You
- can obtain our patched version from the following Subversion address until
- the patches are accepted upstream;
+ Haru PDF can be obtained from http://libharu.org/, although we currently
+ depend on features that none of the official released versions does have.
+ The current development versions of libharu are fine and we anticipate
+ the libharu 2.2 release will be fine for NetSurf usage.
+ A recently taken snapshot of one of those libharu development versions can
+ be found at:
svn://svn.netsurf-browser.org/trunk/libharu