mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-22 10:42:29 +01:00
Update vcpkg install method
This commit is contained in:
parent
a944582d99
commit
1cca1d028f
@ -1,10 +0,0 @@
|
|||||||
git submodule update --init
|
|
||||||
git submodule update --recursive
|
|
||||||
cd Common
|
|
||||||
git clone https://github.com/microsoft/vcpkg.git
|
|
||||||
cd vcpkg
|
|
||||||
git pull
|
|
||||||
git checkout origin/master
|
|
||||||
call bootstrap-vcpkg.bat
|
|
||||||
vcpkg.exe install libzippp:x64-windows nlohmann-json:x64-windows openssl:x64-windows
|
|
||||||
pause
|
|
@ -1,16 +0,0 @@
|
|||||||
git submodule update --init
|
|
||||||
git submodule update --recursive
|
|
||||||
cd Common
|
|
||||||
git clone https://github.com/microsoft/vcpkg.git
|
|
||||||
cd vcpkg
|
|
||||||
git pull
|
|
||||||
git checkout origin/master
|
|
||||||
chmod +x bootstrap-vcpkg.sh
|
|
||||||
./bootstrap-vcpkg.sh
|
|
||||||
chmod +x vcpkg
|
|
||||||
|
|
||||||
if [[ "$OSTYPE" == "darwin"* ]]; then
|
|
||||||
./vcpkg install libzippp:x64-osx nlohmann-json:x64-osx openssl-unix:x64-osx libzip:x64-osx
|
|
||||||
else
|
|
||||||
./vcpkg install libzippp:x64-linux nlohmann-json:x64-linux openssl-unix:x64-linux libzip:x64-linux
|
|
||||||
fi
|
|
@ -4,13 +4,13 @@ cd Common
|
|||||||
git clone https://github.com/microsoft/vcpkg.git
|
git clone https://github.com/microsoft/vcpkg.git
|
||||||
cd vcpkg
|
cd vcpkg
|
||||||
git pull
|
git pull
|
||||||
git checkout origin/master
|
git checkout 2bc6cd714
|
||||||
chmod +x bootstrap-vcpkg.sh
|
chmod +x bootstrap-vcpkg.sh
|
||||||
./bootstrap-vcpkg.sh
|
./bootstrap-vcpkg.sh
|
||||||
chmod +x vcpkg
|
chmod +x vcpkg
|
||||||
|
|
||||||
if [[ "$OSTYPE" == "darwin"* ]]; then
|
if [[ "$OSTYPE" == "darwin"* ]]; then
|
||||||
./vcpkg install libzippp:x64-osx nlohmann-json:x64-osx openssl-unix:x64-osx libzip:x64-osx
|
./vcpkg install zlib libzip libzippp nlohmann-json openssl-unix libzip breakpad --triplet x64-osx --recurse
|
||||||
else
|
else
|
||||||
./vcpkg install libzippp:x64-linux nlohmann-json:x64-linux openssl-unix:x64-linux libzip:x64-linux
|
./vcpkg install zlib libzip libzippp nlohmann-json openssl-unix libzip breakpad --triplet x64-linux --recurse
|
||||||
fi
|
fi
|
@ -7,4 +7,3 @@ git pull
|
|||||||
git checkout 2bc6cd714
|
git checkout 2bc6cd714
|
||||||
call bootstrap-vcpkg.bat
|
call bootstrap-vcpkg.bat
|
||||||
vcpkg.exe install zlib libzip libzippp nlohmann-json openssl breakpad --triplet x64-windows --recurse
|
vcpkg.exe install zlib libzip libzippp nlohmann-json openssl breakpad --triplet x64-windows --recurse
|
||||||
pause
|
|
Loading…
Reference in New Issue
Block a user