Firefox Nightly Build on Debian (not Ubuntu)

Michael

Administrator
Staff member
Feb 11, 2022
126
4
18
Code:
sudo apt update && sudo apt upgrade

TimeShift


sudo apt-get install mercurial

hg clone https://hg.mozilla.org/mozilla-central/

https://firefox-source-docs.mozilla.org/setup/linux_build.html

cd $HOME/mozilla-central && ./mach build -j56

Change -j56 to your actual cores, not logical cores. It will compile faster.
 

Michael

Administrator
Staff member
Feb 11, 2022
126
4
18
Compiled in 6 minutes on my dual Xeon server, no errors.

Screenshot from 2024-06-05 03-09-29.pngScreenshot from 2024-06-05 03-30-17.png

Screenshot from 2024-06-05 03-33-53.png