From 8ffbdcb760cae09821d9b3af211c37820c067402 Mon Sep 17 00:00:00 2001 From: Ashwin Naren Date: Tue, 4 Nov 2025 09:44:30 -0800 Subject: [PATCH] packaging servoshell --- src/SUMMARY.md | 1 + src/hacking/packaging_servoshell.md | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 src/hacking/packaging_servoshell.md diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 674db227..99fc8b46 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -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) diff --git a/src/hacking/packaging_servoshell.md b/src/hacking/packaging_servoshell.md new file mode 100644 index 00000000..aa3ebc40 --- /dev/null +++ b/src/hacking/packaging_servoshell.md @@ -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.