Updated Building from Source (markdown)

galister 2024-03-01 21:34:10 +00:00
parent 10afa57513
commit 04dafbd8fc
1 changed files with 16 additions and 1 deletions

@ -50,3 +50,18 @@ openOverlayCount (int)
``` ```
Dependencies: None Dependencies: None
# Execute the build
```bash
# Build with all features:
cargo build --release
# Build for X11+SteamVR
cargo build --release --no-default-features --features=x11,openvr
# Build for Wayland+Monado
cargo build --release --no-default-features --features=wayland,openxr
```
A single executable will be placed at `target/release/wlx-overlay-s`.