summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Groman <tgroman@nuegia.net>2020-08-28 21:39:19 -0700
committerThomas Groman <tgroman@nuegia.net>2020-08-28 21:39:19 -0700
commit4fc9558db709203bb1acf194ecd87cb7e62b1b49 (patch)
tree9bd49369dc48283d1db829bca05f176a7b29ddca
parent0b02e5aeb0a464bd5bac124481c45d2b3a76808a (diff)
downloadwebbrowser-4fc9558db709203bb1acf194ecd87cb7e62b1b49.tar
webbrowser-4fc9558db709203bb1acf194ecd87cb7e62b1b49.tar.gz
webbrowser-4fc9558db709203bb1acf194ecd87cb7e62b1b49.tar.lz
webbrowser-4fc9558db709203bb1acf194ecd87cb7e62b1b49.tar.xz
webbrowser-4fc9558db709203bb1acf194ecd87cb7e62b1b49.zip
update build documentation and increment version numberv29.1.0
-rw-r--r--BUILD7
-rw-r--r--CONTRIBUTING2
-rw-r--r--webbrowser/config/version.txt2
3 files changed, 8 insertions, 3 deletions
diff --git a/BUILD b/BUILD
index 525d1fb..9780f3d 100644
--- a/BUILD
+++ b/BUILD
@@ -26,10 +26,11 @@ jack2 (optional, see mozconfig)
ffmpeg
sqlite
libvpx
+libevent
3. prepare git submodule(s)
-$ git submodule init && git submodule update
+$ git submodule update --init --recursive
copy Mach build system example config into the root of webbrowser
@@ -37,7 +38,9 @@ as '.mozconfig'
$ cp doc/mozconfig.example .mozconfig
-Optionally adjust .mozconfig to better suit your needs.
+Optionally adjust .mozconfig to better suit your needs. Please note
+that GTK3 support is vestigual I may just get rid of it. using GTK2
+instead is encouraged. I am not convinced GTK3 is better than GTK2.
4. compile, test, and package Web Browser
diff --git a/CONTRIBUTING b/CONTRIBUTING
index cf214f0..56558f8 100644
--- a/CONTRIBUTING
+++ b/CONTRIBUTING
@@ -1 +1,3 @@
Please just send your Signed-Off patches or request-pull to tgroman@nuegia.net. If there is a need I will setup a mailing list but for right now a regular email is good enough. If you don't know how to do this please refer to the man page git-format-patch(1) and https://drewdevault.com/2019/05/24/What-is-a-fork.html
+
+If it is a rather large set of patches you may also send a pull request to my email of your branch. Again, see https://www.git-scm.com/docs/git-request-pull
diff --git a/webbrowser/config/version.txt b/webbrowser/config/version.txt
index f1e4903..53806ae 100644
--- a/webbrowser/config/version.txt
+++ b/webbrowser/config/version.txt
@@ -1 +1 @@
-29.0.0
+29.1.0