mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-13 23:40:58 +00:00
7 lines
212 B
Bash
7 lines
212 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
git clone --depth 1 https://github.com/microsoft/vcpkg
|
||
|
./vcpkg/bootstrap-vcpkg.sh
|
||
|
|
||
|
./vcpkg/vcpkg install --overlay-triplets=custom-triplets --triplet=x64-osx-10.9 zlib libogg opus opusfile libvorbis
|