Build & Run
- Clone gecko-dev(https://github.com/nkdxczh/gecko-dev.git) and deterfox-patch, put them in the same directory.
- Run patch.py in deterfox-patch.
- Follow Mozilla build instruction to build and run firefox(https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Build_Instructions/Simple_Firefox_build).
Instructions for Linx:
- enter gecko-dev dir.
- run "sudo apt-get install autoconf2.13"
- run "wget -q https://hg.mozilla.org/mozilla-central/raw-file/default/python/mozboot/bin/bootstrap.py -O bootstrap.py && python bootstrap.py"
- run "./mach build"
- run "./mach run"