Open smeunier-amd opened 1 year ago
Here's commands for a fresh repo :
git submodule update --init --recursive
.\vcpkg\bootstrap-vcpkg.bat -disableMetrics
.\vcpkg\vcpkg.exe install
-DCMAKE_TOOLCHAIN_FILE=${workspaceFolder}/vcpkg/scripts/buildsystems/vcpkg.cmake
Hi and sorry for the delay! I'm not familiar with vcpkg, is this a replacement for CMake or a way to automate the CMake builds?
it's a package manager like apt
or flatpak
. Started as windows only by Microsoft, but now cross platform.
No problem for the delay ! vcpkg can help versioning, retrieving, building libraries used by cmake projects.
It simplifies a lot building DJV.
I did this for two versions of DJV already :
I can't maintain this myself and maybe it makes sense for DJV.