docs: enhance README with clearer instructions for StardustXR server requirements

This commit is contained in:
MayaTheShy
2025-11-09 16:59:42 -05:00
parent 902c875f78
commit 284dd9d540

View File

@@ -31,9 +31,19 @@ Starworld is an [Overte](https://overte.org) client that renders virtual world e
- CMake 3.15+
- C++20 compiler (GCC/Clang)
- Rust toolchain (for the bridge)
- StardustXR server running
- **StardustXR server running** (required!)
- Required libraries: glm, OpenSSL, zlib, libcurl
**Important**: The application will exit if no StardustXR compositor is detected. Make sure to start the Stardust server first:
```bash
# Start StardustXR server (in a separate terminal)
stardust-xr-server
# Or as a systemd service
systemctl --user start stardust
```
### Build Everything
```bash
./scripts/build_and_test.sh