//
git submodule update --init --recursive
Bootstrap vcpkg :
Windows
.\vcpkg\bootstrap-vcpkg.bat
Unix
.\vcpkg\bootstrap-vcpkg.sh
Install dependencies :
Windows
.\vcpkg\vcpkg.exe install --triplet x64-windows
Linux
./vcpkg/vcpkg install --triplet x64-linux