This is a simple bash script for building the Spitfire Browser based on Mozilla Firefox source code.
Find a file
2024-07-18 14:48:06 +02:00
.gitignore updated build script 2024-03-25 22:03:46 +01:00
builder.sh added debug echos 2024-07-18 14:48:06 +02:00
README.md added --run flag 2024-03-26 21:15:14 +01:00

Spitfire Builder

This is a simple bash script for building the Spitfire Browser based on Mozilla Firefox source code.

Dependencies

  • Mercurial (hg)
  • Git

Usage

Run the script builder.sh with the following options:

  • -a, --all : Perform all steps (build, clean, update).
  • -b, --build : Build Spitfire.
  • -c, --clean : Clean build.
  • -u, --update : Update Mozilla repository.
  • -p, --patches : Update patches.
  • -r, --run : Run the project after build using mach run in the browser directory
  • -h, --help : Display usage instructions.

For example:

./builder.sh --all