summaryrefslogtreecommitdiffstats
path: root/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD7
1 files changed, 5 insertions, 2 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