From 5a9b9b31921df7787c2d2522c8439e65d71649b6 Mon Sep 17 00:00:00 2001 From: Thomas Groman Date: Mon, 13 Jul 2020 21:42:17 -0700 Subject: updated build documentation --- BUILD | 4 ++-- doc/mozconfig.example | 1 + 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 -- cgit v1.2.3