diff options
author | Thomas Groman <tgroman@nuegia.net> | 2020-08-28 21:39:19 -0700 |
---|---|---|
committer | Thomas Groman <tgroman@nuegia.net> | 2020-08-28 21:39:19 -0700 |
commit | 4fc9558db709203bb1acf194ecd87cb7e62b1b49 (patch) | |
tree | 9bd49369dc48283d1db829bca05f176a7b29ddca /BUILD | |
parent | 0b02e5aeb0a464bd5bac124481c45d2b3a76808a (diff) | |
download | webbrowser-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
Diffstat (limited to 'BUILD')
-rw-r--r-- | BUILD | 7 |
1 files changed, 5 insertions, 2 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 |