mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
9c49732de2
Move media files into .gitlab folder Change readme to better help with linux setup process
12 lines
279 B
Bash
Executable File
12 lines
279 B
Bash
Executable File
|
|
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
|
|
./vcpkg install libzippp:x64-linux nlohmann-json:x64-linux openssl:x64-linux
|