Guidance on how to compile Firefox from source.

Failed to load image.

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