Gitweb links:
...log
http://git.netsurf-browser.org/netsurf-all.git/shortlog/f37d15f16a67b2449fb7a22f394e72394c64740c
...commit
http://git.netsurf-browser.org/netsurf-all.git/commit/f37d15f16a67b2449fb7a22f394e72394c64740c
...tree
http://git.netsurf-browser.org/netsurf-all.git/tree/f37d15f16a67b2449fb7a22f394e72394c64740c
The branch, master has been updated
via f37d15f16a67b2449fb7a22f394e72394c64740c (commit)
via aa3221e433813fea0fd306861f389a74e651be99 (commit)
from 71717b613f7958dc298bb41cb4b8b2bff1c1dae6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/netsurf-all.git/commit/?id=f37d15f16a67b2449fb7a22f394e72394c64740c
commit f37d15f16a67b2449fb7a22f394e72394c64740c
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>
add basic readme for the all source package
diff --git a/README b/README
new file mode 100644
index 0000000..8cc079d
--- /dev/null
+++ b/README
@@ -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.
commitdiff
http://git.netsurf-browser.org/netsurf-all.git/commit/?id=aa3221e433813fea0fd306861f389a74e651be99
commit aa3221e433813fea0fd306861f389a74e651be99
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>
stop warnings on library builds aborting the build
diff --git a/Makefile b/Makefile
index dc7ea5b..d8b8146 100644
--- a/Makefile
+++ b/Makefile
@@ -103,7 +103,7 @@ endef
# prefixed install macro for each sub target
define do_prefix_install
- $(MAKE) install --directory=$1 HOST=$(HOST) PREFIX=$(TMP_PREFIX) Q=$(Q)
DESTDIR=
+ $(MAKE) install --directory=$1 HOST=$(HOST) PREFIX=$(TMP_PREFIX) Q=$(Q)
WARNFLAGS='-Wall -W -Wno-error' DESTDIR=
endef
-----------------------------------------------------------------------
Summary of changes:
Makefile | 2 +-
README | 38 ++++++++++++++++++++++++++++++++++++++
2 files changed, 39 insertions(+), 1 deletion(-)
create mode 100644 README
diff --git a/Makefile b/Makefile
index dc7ea5b..d8b8146 100644
--- a/Makefile
+++ b/Makefile
@@ -103,7 +103,7 @@ endef
# prefixed install macro for each sub target
define do_prefix_install
- $(MAKE) install --directory=$1 HOST=$(HOST) PREFIX=$(TMP_PREFIX) Q=$(Q)
DESTDIR=
+ $(MAKE) install --directory=$1 HOST=$(HOST) PREFIX=$(TMP_PREFIX) Q=$(Q)
WARNFLAGS='-Wall -W -Wno-error' DESTDIR=
endef
diff --git a/README b/README
new file mode 100644
index 0000000..8cc079d
--- /dev/null
+++ b/README
@@ -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.
--
NetSurf 'all' tree. Typically used for releases
_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org