mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-13 23:53:25 +00:00
updates to CONTRIBUTING.md
This commit is contained in:
@@ -164,14 +164,23 @@ Only needed if you're modifying browser-level features:
|
||||
# This typically goes in a separate directory outside this repo
|
||||
```
|
||||
|
||||
2. **Configure build:**
|
||||
2. **Configure and build:**
|
||||
```bash
|
||||
# Use our Python build system
|
||||
# Debug build (for development)
|
||||
python build/build.py --chromium-src /path/to/chromium/src --config build/config/debug.yaml
|
||||
|
||||
# Release build (for production)
|
||||
# macOS:
|
||||
python build/build.py --chromium-src /path/to/chromium/src --config build/config/release.macos.yaml
|
||||
# Linux:
|
||||
python build/build.py --chromium-src /path/to/chromium/src --config build/config/release.linux.yaml
|
||||
# Windows:
|
||||
python build/build.py --chromium-src /path/to/chromium/src --config build/config/release.windows.yaml
|
||||
```
|
||||
|
||||
3. **Apply patches and build:**
|
||||
3. **Alternative: Apply patches and build manually:**
|
||||
```bash
|
||||
# If you prefer to run steps individually
|
||||
python build/build.py --chromium-src /path/to/chromium/src --apply-patches --build
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user