From 57e3b0cdbf284fcd8e3f3af36ff1cab0115b0b2a Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 24 May 2020 17:50:15 +0100 Subject: README: Add .md file extension. --- README | 38 -------------------------------------- README.md | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 38 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index 2575151..0000000 --- a/README +++ /dev/null @@ -1,38 +0,0 @@ -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. - -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. - -Compilation ------------ - -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 - -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. diff --git a/README.md b/README.md new file mode 100644 index 0000000..2575151 --- /dev/null +++ b/README.md @@ -0,0 +1,38 @@ +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. + +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. + +Compilation +----------- + +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 + +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. -- cgit v1.2.3