summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2020-05-24 17:49:43 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2020-05-24 17:49:43 +0100
commit7f0b3110bbd730876a8cacba13a2acafdba57058 (patch)
tree61856a5d791354453f155aa8203601af79c05072
parent773298ad44156d8ffa298897a33bafc6d7517e88 (diff)
downloadnetsurf-all-7f0b3110bbd730876a8cacba13a2acafdba57058.tar.gz
netsurf-all-7f0b3110bbd730876a8cacba13a2acafdba57058.tar.bz2
README: Markdownify.
-rw-r--r--README40
1 files changed, 20 insertions, 20 deletions
diff --git a/README b/README
index 8cc079d..2575151 100644
--- a/README
+++ b/README
@@ -4,35 +4,35 @@ NetSurf source -- Web Browser and all associated support libraries
Overview
--------
- NetSurf is a compact graphical web browser which aims for HTML5, CSS
- and JavaScript support.
+NetSurf is a compact graphical web browser which aims for HTML5, CSS
+and JavaScript support.
- This complete source package contains all the required NetSurf
- support libraries to build the browser.
+This complete source package contains all the required NetSurf
+support libraries to build the browser.
Binaries
--------
- The NetSurf project provide binary builds for releases for several
- platforms form the website and have packaged the browser in several
- distributions. This option may be more suitable for some users than
- compiling from source.
+The NetSurf project provide binary builds for releases for several
+platforms form the website and have packaged the browser in several
+distributions. This option may be more suitable for some users than
+compiling from source.
Compilation
-----------
- A simple "make" is sufficient to compile the browser with the
- default gtk toolkit selection.
+A simple "make" is sufficient to compile the browser with the
+default gtk toolkit selection.
- It depends upon the host system having a suitable toolchain for
- compiling c programs installed along with GNU make, zlib, flex,
- bison and lipjpeg
+It depends upon the host system having a suitable toolchain for
+compiling c programs installed along with GNU make, zlib, flex,
+bison and lipjpeg
- In addition to the core library dependencies it is strongly
- recommended libcurl, openssl and libpng libraries are present or the
- browser will not have HTTP fetches, HTTPS fetches and PNG graphics
- support respectively.
+In addition to the core library dependencies it is strongly
+recommended libcurl, openssl and libpng libraries are present or the
+browser will not have HTTP fetches, HTTPS fetches and PNG graphics
+support respectively.
- There are multiple GUI toolkits available which all have additional
- dependencies i.e. gtk browser frontend requires the gtk development
- libraries.
+There are multiple GUI toolkits available which all have additional
+dependencies i.e. gtk browser frontend requires the gtk development
+libraries.