From 90a738c82aa30596d7a8b612fd7b2f67f3b92871 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 13 Feb 2010 09:55:28 +0000 Subject: Update LibROSprite details in NetSurf build docs. svn path=/trunk/netsurf/; revision=10031 --- Docs/BUILDING-GTK | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) (limited to 'Docs/BUILDING-GTK') diff --git a/Docs/BUILDING-GTK b/Docs/BUILDING-GTK index d4d79efd3..b04f418e7 100644 --- a/Docs/BUILDING-GTK +++ b/Docs/BUILDING-GTK @@ -1,5 +1,5 @@ -------------------------------------------------------------------------------- - Build Instructions for GTK NetSurf 2 January 2010 + Build Instructions for GTK NetSurf 13 February 2010 -------------------------------------------------------------------------------- This document provides instructions for building the GTK version of NetSurf @@ -101,6 +101,7 @@ LibCSS -- CSS parser and selection engine LibNSGIF -- GIF format image decoder LibNSBMP -- BMP and ICO format image decoder + LibROSprite -- RISC OS Sprite format image decoder To fetch each of these libraries, run the following commands: @@ -110,6 +111,7 @@ $ svn co svn://svn.netsurf-browser.org/trunk/libcss $ svn co svn://svn.netsurf-browser.org/trunk/libnsgif $ svn co svn://svn.netsurf-browser.org/trunk/libnsbmp + $ svn co svn://svn.netsurf-browser.org/trunk/librosprite To build and install these libraries, simply enter each of their directories and run: @@ -125,23 +127,6 @@ | | For more information, consult the libparserutils README file. - Librosprite -------------- - - NetSurf uses James Shaw's librosprite for rendering RISC OS Sprite - files on non-RISC OS platforms. The Makefile will automatically use - librosprite if it is installed. You can disable it entirely by - creating a Makefile.config file. - - To build librosprite, check out from svn://svn.rjek.com/jshaw/libsprite/trunk - Build and install it: - - $ sudo make install - - Optionally, specify an install prefix: - - $ PREFIX=/path/to/install make install - Libhpdf --------- -- cgit v1.2.3