summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
-------------