mirror of https://github.com/wayvr-org/wayvr.git
Updated Building from Source (markdown)
parent
10afa57513
commit
04dafbd8fc
|
|
@ -49,4 +49,19 @@ isWristVisible (bool)
|
|||
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`.
|
||||
Loading…
Reference in New Issue