diff options
-rw-r--r-- | BUILD | 4 | ||||
-rw-r--r-- | doc/mozconfig.example | 1 |
2 files changed, 3 insertions, 2 deletions
@@ -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 |