mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 06:55:02 +01:00
8 lines
135 B
Bash
8 lines
135 B
Bash
#!/usr/bin/env bash
|
|
|
|
echo "Setting up vcpkg packages"
|
|
cd ref/vcpkg
|
|
./bootstrap-vcpkg.sh
|
|
./vcpkg install directx-dxc:x64-linux
|
|
cd ../..
|