PlotJuggler icon indicating copy to clipboard operation
PlotJuggler copied to clipboard

add qt5 deps to vcpkg for easier windows building

Open NateLovallo opened this issue 3 years ago • 1 comments

I wasn't able to build in windows with vcpkg using the default vcpkg manifest. This seemed to work for me using the following steps: (in repo folder) mkdir build cd build cmake -G "Visual Studio 16 2019" .. -DCMAKE_TOOLCHAIN_FILE=\path\to\scripts\buildsystems\vcpkg.cmake cmake --build .

Might be able to simplify the windows github actions as well using this method? (seems to depend on qt5 already being installed)

Cheers, Nate

NateLovallo avatar Sep 06 '22 05:09 NateLovallo

This, plus adding Concurrent to cmake.in (#1064) worked for me.

ssys-zdavis avatar May 15 '25 15:05 ssys-zdavis