diff options
author | Thomas Groman <tgroman@nuegia.net> | 2020-05-09 18:16:35 -0700 |
---|---|---|
committer | Thomas Groman <tgroman@nuegia.net> | 2020-05-09 18:16:35 -0700 |
commit | 2306f2a25bbc953135a3fea88809c91a989e4be6 (patch) | |
tree | 1e186ea2bb9376f27604f1cfa41d3ce46401a192 /BUILD | |
parent | f37e33c69f78f3e6f699347e1931bbabc9f157fe (diff) | |
download | webbrowser-2306f2a25bbc953135a3fea88809c91a989e4be6.tar webbrowser-2306f2a25bbc953135a3fea88809c91a989e4be6.tar.gz webbrowser-2306f2a25bbc953135a3fea88809c91a989e4be6.tar.lz webbrowser-2306f2a25bbc953135a3fea88809c91a989e4be6.tar.xz webbrowser-2306f2a25bbc953135a3fea88809c91a989e4be6.zip |
small corrections to BUILD doc
Diffstat (limited to 'BUILD')
-rw-r--r-- | BUILD | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -5,6 +5,7 @@ Autoconf 2.13 Yasm 1.2.0 or newer Perl Gnu C Compiler version 4.9.3 or newer (9.X.X reccomended) +ccache (optional, see mozconfig) 2. Install runtime dependencies @@ -18,7 +19,7 @@ dbus dbus-glib gtk+2 alsa-lib -jack2 +jack2 (optional, see mozconfig) ffmpeg 3. prepare git submodule(s) @@ -33,8 +34,6 @@ $ cp doc/mozconfig.example .mozconfig Optionally adjust .mozconfig to better suit your needs. -$ cd .. - 4. compile, test, and package Web Browser ./mach build |