summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
Diffstat (limited to 'Docs')
-rw-r--r--Docs/BUILDING-Framebuffer16
1 files changed, 16 insertions, 0 deletions
diff --git a/Docs/BUILDING-Framebuffer b/Docs/BUILDING-Framebuffer
index d14de205f..c7697ea28 100644
--- a/Docs/BUILDING-Framebuffer
+++ b/Docs/BUILDING-Framebuffer
@@ -253,6 +253,22 @@ Index: framebuffer/font_freetype.c
and again do the usual "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
-------------