Compiling Firefox
Table of Contents
Guidance on how to compile Firefox from source.

Code⌗
# Install dependency: mercurial
sudo apt install mercurial
sudo pacman -S mercurial
# Compile Firefox
hg clone https://hg.mozilla.org/mozilla-central/
cd mozilla-central/
./mach bootstrap
./mach build
./mach run
Other Articles