mozilla-central
and comm-central
source code.x86_64
you can proceed.Python 3.6
installed.python --version
to see if you have it already. If not, you can install it with your distribution’s package manager. Make sure your system is up to date!mozilla-central
source code, most likely source/
and trigger this command:bootstrap
command, specifically those related to the Rust
programming language. Check whether these packages are available in your system by running these commands in your terminal:which rustc
which cargo
curl https://sh.rustup.rs -sSf | sh
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: