From 1fe0960fbb3e768b27e92168300f799158110aad Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 13 Aug 2009 19:59:22 +0000 Subject: Copy libcss and wapcaplet stuff from the GTK doc. svn path=/trunk/netsurf/; revision=9264 --- Docs/BUILDING-Framebuffer | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'Docs/BUILDING-Framebuffer') 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 ------------- -- cgit v1.2.3