summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorJames Shaw <jshaw@netsurf-browser.org>2008-03-29 13:46:24 +0000
committerJames Shaw <jshaw@netsurf-browser.org>2008-03-29 13:46:24 +0000
commit0612813103dc45a24f8e4d34ab4d2e5d26546096 (patch)
tree52ba9c89e8df6a0f13e88522211becbca4d91e96 /Docs
parent9402e110e904b4644ebc467e7f8e78ba4e91333c (diff)
downloadnetsurf-0612813103dc45a24f8e4d34ab4d2e5d26546096.tar.gz
netsurf-0612813103dc45a24f8e4d34ab4d2e5d26546096.tar.bz2
Update docs with instructions for building or disabling librosprite.
svn path=/trunk/netsurf/; revision=4052
Diffstat (limited to 'Docs')
-rw-r--r--Docs/BUILDING-GTK16
1 files changed, 16 insertions, 0 deletions
diff --git a/Docs/BUILDING-GTK b/Docs/BUILDING-GTK
index aa21f87fd..a9cf0f62f 100644
--- a/Docs/BUILDING-GTK
+++ b/Docs/BUILDING-GTK
@@ -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 \ No newline at end of file