Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. --------------------------------------------------------------------------------
  2.   NetSurf project libraries required                               1 July 2012
  3. --------------------------------------------------------------------------------
  4.  
  5.   To build NetSurf, you need the libraries required by the core, and any extra
  6.   libraries required by the specific front end you are building.
  7.  
  8.  
  9.   NetSurf Core
  10. ==============
  11.  
  12.   Required:
  13.  
  14.       $ git clone git://git.netsurf-browser.org/buildsystem
  15.       $ git clone git://git.netsurf-browser.org/libwapcaplet
  16.       $ git clone git://git.netsurf-browser.org/libparserutils
  17.       $ git clone git://git.netsurf-browser.org/libhubbub
  18.       $ git clone git://git.netsurf-browser.org/libcss
  19.       $ git clone git://git.netsurf-browser.org/libdom
  20.       $ git clone git://git.netsurf-browser.org/libnsbmp
  21.       $ git clone git://git.netsurf-browser.org/libnsgif
  22.  
  23.   Optional:
  24.  
  25.       $ git clone git://git.netsurf-browser.org/libsvgtiny
  26.  
  27.  
  28.   RISC OS front end
  29. ===================
  30.  
  31.   Required:
  32.  
  33.       $ git clone git://git.netsurf-browser.org/libpencil
  34.       $ git clone git://git.netsurf-browser.org/rufl
  35.  
  36.  
  37.   Framebuffer front end
  38. =======================
  39.  
  40.   Required:
  41.  
  42.       $ git clone git://git.netsurf-browser.org/libnsfb
  43.  
  44.  
  45.   Non RISC OS front ends
  46. ========================
  47.  
  48.   Optional:
  49.  
  50.       $ git clone git://git.netsurf-browser.org/librosprite
  51.  
  52.