summaryrefslogtreecommitdiff
path: root/docs/netsurf-libraries.md
blob: dc5a98048fd8c6038a0f229bb33450f02ac2124d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
--------------------------------------------------------------------------------
  NetSurf project libraries required                               1 July 2012
--------------------------------------------------------------------------------

  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:

      $ 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

  Optional:

      $ git clone git://git.netsurf-browser.org/libsvgtiny


  RISC OS front end
===================

  Required:

      $ git clone git://git.netsurf-browser.org/libpencil
      $ git clone git://git.netsurf-browser.org/rufl


  Framebuffer front end
=======================

  Required:

      $ git clone git://git.netsurf-browser.org/libnsfb


  Non RISC OS front ends
========================

  Optional:

      $ git clone git://git.netsurf-browser.org/librosprite