oculante/build_deps_win.bat
2023-11-11 10:09:58 +01:00

10 lines
227 B
Batchfile

@REM vcpkg install libde265:x64-windows
@REM vcpkg install libheif:x64-windows
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
./bootstrap-vcpkg.bat
./vcpkg integrate install
@REM ./vcpkg install libheif
@REM cd ..