Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ravbug/chromiumbuild
Automated chromium build script
https://github.com/ravbug/chromiumbuild
automation build-tool chromium compile
Last synced: 21 days ago
JSON representation
Automated chromium build script
- Host: GitHub
- URL: https://github.com/ravbug/chromiumbuild
- Owner: Ravbug
- Created: 2020-02-07T20:52:51.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-07T02:12:34.000Z (almost 5 years ago)
- Last Synced: 2024-11-13T17:55:17.841Z (3 months ago)
- Topics: automation, build-tool, chromium, compile
- Language: Shell
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chromiumbuild
This script will automatically compile the latest Chromium build from source and generate a release build.This script can take many hours to run. On a mobile Core i9 and a gigabit internet connection this took over four hours to run.
## How to use
1. Download the latest release (or if there is none, clone this repo)
2. (Mac) give yourself execute permissions with `chmod +x chromiumbuild_mac.sh`
3. Run `./chromiumbuild_mac.sh` or `chromiumbuild_win.bat` and wait.
The script will run where you have placed it and will write the generated application in the same folder. It will delete all the files it downloads.Because chromium does not auto-update, you will currently need to re-run this script and replace your executable.