From 3c8f684145bf8f3a759ebe47599c370bd93a163c Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 24 Jul 2009 21:47:31 +0000 Subject: Mention how to get LibCSS. svn path=/trunk/netsurf/; revision=8776 --- Docs/BUILDING-GTK | 22 +++++++++++++++++++--- 1 file 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 ------------- -- cgit v1.2.3