diff options
-rw-r--r-- | BUILD | 7 | ||||
-rw-r--r-- | CONTRIBUTING | 2 | ||||
-rw-r--r-- | webbrowser/config/version.txt | 2 |
3 files changed, 8 insertions, 3 deletions
@@ -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 |