summaryrefslogtreecommitdiff
path: root/Docs/BUILDING-Framebuffer
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2009-08-13 19:59:22 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2009-08-13 19:59:22 +0000
commit1fe0960fbb3e768b27e92168300f799158110aad (patch)
tree903f4aff7bd4f1e8fdd03ae1400bfe71869844ff /Docs/BUILDING-Framebuffer
parenta6ee4991c25f772bfea6c7cfb218039f147189d1 (diff)
downloadnetsurf-1fe0960fbb3e768b27e92168300f799158110aad.tar.gz
netsurf-1fe0960fbb3e768b27e92168300f799158110aad.tar.bz2
Copy libcss and wapcaplet stuff from the GTK doc.
svn path=/trunk/netsurf/; revision=9264
Diffstat (limited to 'Docs/BUILDING-Framebuffer')
-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
-------------