2012-03-24 02:31:55 +04:00
|
|
|
--------------------------------------------------------------------------------
|
2012-07-01 09:46:23 +04:00
|
|
|
NetSurf project libraries required 1 July 2012
|
2012-03-24 02:31:55 +04:00
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
To build NetSurf, you need the libraries required by the core, and any extra
|
|
|
|
libraries required by the specific front end you are building.
|
|
|
|
|
|
|
|
|
|
|
|
NetSurf Core
|
|
|
|
==============
|
|
|
|
|
|
|
|
Required:
|
|
|
|
|
2012-07-01 09:46:23 +04:00
|
|
|
$ git clone git://git.netsurf-browser.org/buildsystem
|
|
|
|
$ git clone git://git.netsurf-browser.org/libwapcaplet
|
|
|
|
$ git clone git://git.netsurf-browser.org/libparserutils
|
|
|
|
$ git clone git://git.netsurf-browser.org/libhubbub
|
|
|
|
$ git clone git://git.netsurf-browser.org/libcss
|
|
|
|
$ git clone git://git.netsurf-browser.org/libdom
|
|
|
|
$ git clone git://git.netsurf-browser.org/libnsbmp
|
|
|
|
$ git clone git://git.netsurf-browser.org/libnsgif
|
2012-03-24 02:31:55 +04:00
|
|
|
|
|
|
|
Optional:
|
|
|
|
|
2012-07-01 09:46:23 +04:00
|
|
|
$ git clone git://git.netsurf-browser.org/libsvgtiny
|
2012-03-24 02:31:55 +04:00
|
|
|
|
|
|
|
|
|
|
|
RISC OS front end
|
|
|
|
===================
|
|
|
|
|
|
|
|
Required:
|
|
|
|
|
2012-07-15 21:04:15 +04:00
|
|
|
$ git clone git://git.netsurf-browser.org/libpencil
|
2012-07-01 09:46:23 +04:00
|
|
|
$ git clone git://git.netsurf-browser.org/rufl
|
2012-03-24 02:31:55 +04:00
|
|
|
|
|
|
|
|
|
|
|
Framebuffer front end
|
|
|
|
=======================
|
|
|
|
|
2012-06-28 03:17:18 +04:00
|
|
|
Required:
|
2012-03-24 02:31:55 +04:00
|
|
|
|
2012-07-01 09:46:23 +04:00
|
|
|
$ git clone git://git.netsurf-browser.org/libnsfb
|
2012-03-24 02:31:55 +04:00
|
|
|
|
|
|
|
|
|
|
|
Non RISC OS front ends
|
|
|
|
========================
|
|
|
|
|
|
|
|
Optional:
|
|
|
|
|
2012-07-01 09:46:23 +04:00
|
|
|
$ git clone git://git.netsurf-browser.org/librosprite
|
2012-03-24 02:31:55 +04:00
|
|
|
|