Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- [Building for Android](hacking/building-for-android.md)
- [Building for OpenHarmony](hacking/building-for-openharmony.md)
- [Building and running on WSL](hacking/building-and-running-on-wsl.md)
- [Packaging Servoshell\*](hacking/packaging_servoshell.md)
- [Some basic Rust\*](hacking/some-basic-rust.md)
- [Cargo and crates\*](hacking/cargo-and-crates.md)
- [Working on a crate\*](hacking/working-on-a-crate.md)
Expand Down
17 changes: 17 additions & 0 deletions src/hacking/packaging_servoshell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Packaging Servo

## Build Options

### `SERVOSHELL_RESOURCES_DIR`

Packaging servoshell with resources located in a directory other than the default `/{EXECUTABLE_DIR}/resources/`
is supported by setting the `SERVOSHELL_RESOURCES_DIR` environment variable to the desired resources directory
prior to building servoshell.

## Building without mach

TODO.

## Building in offline environments

TODO.