Builder/README.md

25 lines
605 B
Markdown
Raw Normal View History

2024-03-25 21:09:22 +00:00
# Spitfire Builder
2024-03-25 18:37:34 +00:00
2024-03-25 21:09:22 +00:00
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.
2024-03-26 20:15:14 +00:00
- `-r, --run` : Run the project after build using mach run in the browser directory
2024-03-25 21:09:22 +00:00
- `-h, --help` : Display usage instructions.
For example:
```bash
./builder.sh --all