summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2009-07-24 21:47:31 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2009-07-24 21:47:31 +0000
commit3c8f684145bf8f3a759ebe47599c370bd93a163c (patch)
tree377fe9174230b1622f52c06a5712f8d43dfdecc4
parent12e49b11c28f3029ea1d12ceb7c65c0e9f4b8cb2 (diff)
downloadnetsurf-3c8f684145bf8f3a759ebe47599c370bd93a163c.tar.gz
netsurf-3c8f684145bf8f3a759ebe47599c370bd93a163c.tar.bz2
Mention how to get LibCSS.
svn path=/trunk/netsurf/; revision=8776
-rw-r--r--Docs/BUILDING-GTK22
1 files changed, 19 insertions, 3 deletions
diff --git a/Docs/BUILDING-GTK b/Docs/BUILDING-GTK
index 6c7ba9d7f..a1e4828aa 100644
--- a/Docs/BUILDING-GTK
+++ b/Docs/BUILDING-GTK
@@ -117,12 +117,28 @@
svn://svn.netsurf-browser.org/trunk/libparserutils
- and do the usual "sudo make install". Once this is built and installed, you
- can check out and build Hubbub. Check out hubbub from;
+ and do "sudo make install". Once this is built and installed, you can check
+ out and build Hubbub. Check out hubbub from;
svn://svn.netsurf-browser.org/trunk/hubbub
- and again do the usual "sudo make install".
+ and again do "sudo make install".
+
+ LibCSS
+--------
+
+ NetSurf requires LibCSS, the project's CSS parser and selection engine. To
+ build this, you will also require libwapcaplet. Firstly, check out
+ libwapcaplet from;
+
+ svn://svn.netsurf-browser.org/trunk/libwapcaplet
+
+ and do "sudo make install". Once this is built and installed, you can check
+ out and build LibCSS. Check out LibCSS from;
+
+ svn://svn.netsurf-browser.org/trunk/libcss
+
+ and again do "sudo make install".
Librosprite
-------------