Files
oak-editor/setup_win64.bat
T
Phillip Thomas 1cdc57aae8 Added VCPKG
Added VCPKG with x64 buils on Windows
2018-12-26 23:36:04 +01:00

9 lines
187 B
Batchfile

@echo off
if not exist vcpkg (
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
call .\bootstrap-vcpkg.bat
cmd /K vcpkg install ffmpeg[x264,opencl] --triplet x64-windows
)