mozilla-central
and comm-central
source code.Xcode
is a prerequisite to build Firefox an you will need administrator permissions on your machine to install it. You can verify that you have these permission in System Preferences -> Users & Groups
.)Xcode
is pretty large and it could take up to 1 hour to complete the download and installation processXcode
you will find the SDK header at this locationMacOSX{your-version}.sdk
(eg. MacOSX10.14.sdk
) by double clicking on it and follow the installation instructions.mozilla-central
source code, most likely source/
and trigger this command:bootstrap
command, specifically Rust
and Go
. Check if these packages are available in your system by running these commands in your terminal:which rustc
which cargo
brew install rust
cargo install cbindgen
command not found
error while running cargo
, but the command which cargo
returns the location of the that package, it means you need to update your PATH
inside your .bashrc
file to include the cargo
location: