From e52a8ce097c16495711b402dc7e9beb81a47c49f Mon Sep 17 00:00:00 2001 From: Rob Kendrick Date: Sat, 26 Jul 2008 18:12:04 +0000 Subject: Update building docs to reflect new config file and libhdpf svn path=/trunk/netsurf/; revision=4758 --- Docs/BUILDING-GTK | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/Docs/BUILDING-GTK b/Docs/BUILDING-GTK index 3e940b00a..63c1def0a 100644 --- a/Docs/BUILDING-GTK +++ b/Docs/BUILDING-GTK @@ -1,5 +1,5 @@ -------------------------------------------------------------------------------- - Build Instructions for GTK NetSurf 29 March 2008 + Build Instructions for GTK NetSurf 26 July 2008 -------------------------------------------------------------------------------- This document provides instructions for building the GTK version of NetSurf @@ -57,11 +57,9 @@ Librosprite ------------- - Sprite file support is enabled by default. This requires librosprite to be - built and installed. If you don't want to do this, remove all references to - librosprite in the Makefile and remove the following line from utils/config.h: - - #define WITH_NSSPRITE + NetSurf uses James Shaw's librosprite for rendering RISC OS Sprite files on + non-RISC OS platforms. The Makefile will automatically use it if it can find + it. You can disable it entirely by editing Makefile.config. To build librosprite, check out from svn://svn.rjek.com/jshaw/libsprite/trunk Build and install it: @@ -72,6 +70,14 @@ $ PREFIX=/path/to/install make install + Libhpdf +--------- + + NetSurf can use Haru PDF to enable PDF export and printing in GTK. This + 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/ Lemon ------- @@ -90,9 +96,9 @@ General requirements ---------------------- - NetSurf requires at minimum GTK 2.8. Earlier versions will not work. It also + NetSurf requires at minimum GTK 2.10. Earlier versions will not work. It also depends on Cairo for rendering, but you should have this already with - versions of GTK 2.8 or later. + versions of GTK 2.10 or later. This will pull in loads of things, like all the GTK dev libraries, the PNG and JPEG libraries, colour management libraries, zlib, OpenSSL etc that -- cgit v1.2.3