summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Groman <tgroman@nuegia.net>2020-07-13 21:42:17 -0700
committerThomas Groman <tgroman@nuegia.net>2020-07-13 21:42:17 -0700
commit5a9b9b31921df7787c2d2522c8439e65d71649b6 (patch)
treec2a61f108622a77a4e57c80de85eb2d31882dc8f
parent0acfd657b818ae2fd229fdd2a8201239387e8c03 (diff)
downloadwebbrowser-5a9b9b31921df7787c2d2522c8439e65d71649b6.tar
webbrowser-5a9b9b31921df7787c2d2522c8439e65d71649b6.tar.gz
webbrowser-5a9b9b31921df7787c2d2522c8439e65d71649b6.tar.lz
webbrowser-5a9b9b31921df7787c2d2522c8439e65d71649b6.tar.xz
webbrowser-5a9b9b31921df7787c2d2522c8439e65d71649b6.zip
updated build documentation
-rw-r--r--BUILD4
-rw-r--r--doc/mozconfig.example1
2 files changed, 3 insertions, 2 deletions
diff --git a/BUILD b/BUILD
index 014905b..525d1fb 100644
--- a/BUILD
+++ b/BUILD
@@ -4,10 +4,10 @@ Python 2.7.X
Autoconf 2.13
Yasm 1.2.0 or newer
unzip
-gconf2
gnum4
Perl
-Gnu C Compiler version 4.9.3 or newer (9.X.X reccomended)
+Gnu C Compiler version 4.9.3 to GCC 9.X.X (Version 9.X.X reccomend,
+ GCC 10 not yet supported.)
ccache (optional, see mozconfig)
2. Install runtime dependencies
diff --git a/doc/mozconfig.example b/doc/mozconfig.example
index 3f22748..c8011e0 100644
--- a/doc/mozconfig.example
+++ b/doc/mozconfig.example
@@ -44,6 +44,7 @@ ac_add_options --disable-necko-wifi
ac_add_options --disable-updater
ac_add_options --disable-sync
ac_add_options --disable-mozril-geoloc
+ac_add_options --disable-gconf
# !!!WARNING!!! WebRTC is very complex and leaks your IP when using a VPN.
# It is disabled by default for this reason, However enabling is required
# if you want to use wb for web conferencing. I _strongly_ suggest not using