summaryrefslogtreecommitdiff
path: root/Docs/PACKAGING-GTK
diff options
context:
space:
mode:
authorRob Kendrick <rjek@netsurf-browser.org>2008-07-26 18:26:35 +0000
committerRob Kendrick <rjek@netsurf-browser.org>2008-07-26 18:26:35 +0000
commit4b10eeaf4d5cefab4ef40f657e4bee63af03ea70 (patch)
treea2ce705f95a2b22f1477a539f06f8a867edf8393 /Docs/PACKAGING-GTK
parente52a8ce097c16495711b402dc7e9beb81a47c49f (diff)
downloadnetsurf-4b10eeaf4d5cefab4ef40f657e4bee63af03ea70.tar.gz
netsurf-4b10eeaf4d5cefab4ef40f657e4bee63af03ea70.tar.bz2
Add mention of Makefile.config to packaging guide.
svn path=/trunk/netsurf/; revision=4759
Diffstat (limited to 'Docs/PACKAGING-GTK')
-rw-r--r--Docs/PACKAGING-GTK9
1 files changed, 9 insertions, 0 deletions
diff --git a/Docs/PACKAGING-GTK b/Docs/PACKAGING-GTK
index 42c589991..b269b03bd 100644
--- a/Docs/PACKAGING-GTK
+++ b/Docs/PACKAGING-GTK
@@ -9,6 +9,15 @@
crib from. They do everything right.
+ Building NetSurf
+==================
+
+ You should change Makefile.config to be specific (rather than rely on AUTO)
+ for the libraries and functionality you want to include. This will help
+ your packages be consistent. Also remember that you can turn off
+ functionality such as PDF export, RISC OS Sprite support, SVG rendering etc.
+ from here should you require a smaller, lighter build.
+
Launching NetSurf
===================