Update Hacking authored by Dan Ballard's avatar Dan Ballard
......@@ -74,6 +74,13 @@ git submodule update --init
# Link relevant mozconfig to supply required config/build variables
ln -sf mozconfig-linux-x86_64-dev mozconfig
# Optionally run bootstrap to try and have mozilla's build system mach help you fetch dependancies
# First option is fine (Firefox for Desktop Artifact Mode [default]). let it install dependancies for you but **DO NOT** let "configuration Git optimally" as it more often seems to break it.
# you can safely answer "No" to "Will you be submitting commits to Mozilla?"
./mach bootstrap
# Switch to tools/torbrowser dir to access config/build scripts
cd tools/torbrowser
......
......