mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 04:36:07 +00:00
11 lines
126 B
Bash
11 lines
126 B
Bash
#!/bin/bash
|
|
|
|
(
|
|
cd $(dirname $0)
|
|
bash ./install-cross.sh
|
|
)
|
|
(
|
|
cd $(dirname $0)
|
|
bash ./build-openxr-openhmd.sh
|
|
)
|