Add setup.sh script for linux builds

This commit is contained in:
2026-02-25 08:30:20 +01:00
parent 30c4a3c3b6
commit c2dfc460f3

7
setup.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
echo "Setting up vcpkg packages"
cd ref/vcpkg
./bootstrap-vcpkg.sh
./vcpkg install directx-dxc:x64-linux
cd ../..