diff options
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 |