summaryrefslogtreecommitdiff
path: root/docs/netsurf-libraries.md
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2017-06-09 17:28:55 +0100
committerVincent Sanders <vince@kyllikki.org>2017-06-09 17:30:00 +0100
commit703427a48612bf98fba599dfcd6e91485efd5b77 (patch)
treebc9df49dd3de746b738aac3ba88c204d9ab0051b /docs/netsurf-libraries.md
parenta8348f3bc930151bd9aa184c8372c6af0c782730 (diff)
downloadnetsurf-703427a48612bf98fba599dfcd6e91485efd5b77.tar.gz
netsurf-703427a48612bf98fba599dfcd6e91485efd5b77.tar.bz2
Update documentation removing junk and moving to markdown for most text files
Diffstat (limited to 'docs/netsurf-libraries.md')
-rw-r--r--docs/netsurf-libraries.md51
1 files changed, 51 insertions, 0 deletions
diff --git a/docs/netsurf-libraries.md b/docs/netsurf-libraries.md
new file mode 100644
index 000000000..dc5a98048
--- /dev/null
+++ b/docs/netsurf-libraries.md
@@ -0,0 +1,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
+