Created
March 22, 2023 18:33
-
-
Save xDShot/a12587b58152b07e0ac6f410f602822a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#https://github.com/alvr-org/ALVR/wiki/Building-From-Source | |
cargo xtask prepare-deps --no-nvidia | |
cargo xtask build-server --release | |
export JAVA_HOME=/usr/lib/jvm/default/ | |
export ANDROID_HOME=/opt/android-sdk/ | |
export ANDROID_NDK_HOME=/opt/android-sdk/ndk/25.2.9519653/ | |
cargo xtask prepare-deps --platform android | |
cargo xtask build-client --release |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment