summaryrefslogtreecommitdiff
path: root/Docs/LIBRARIES
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/LIBRARIES
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/LIBRARIES')
-rw-r--r--Docs/LIBRARIES51
1 files changed, 0 insertions, 51 deletions
diff --git a/Docs/LIBRARIES b/Docs/LIBRARIES
deleted file mode 100644
index dc5a98048..000000000
--- a/Docs/LIBRARIES
+++ /dev/null
@@ -1,51 +0,0 @@
---------------------------------------------------------------------------------
- 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
-