Update docs with instructions for building or disabling librosprite.

svn path=/trunk/netsurf/; revision=4052
This commit is contained in:
James Shaw 2008-03-29 13:46:24 +00:00
parent 9402e110e9
commit 0612813103
1 changed files with 16 additions and 0 deletions

View File

@ -58,3 +58,19 @@
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
NetSurf also depends on.
Compiling Sprite file support for GTK
=======================================
By default, Sprite rendering is enabled. This requires librosprite to be
build and installed. If you don't want to do this, sprite rendering can be
disabled by deleting the following line in utils/config.h:
#define WITH_NSSPRITE
To build librosprite, check out from svn://svn.rjek.com/jshaw/libsprite/trunk
Build and install it:
$ make install
Optionally, specify an install prefix:
$ PREFIX=/path/to/install make install