← Back to team overview

kicad-developers team mailing list archive

Re: Help neede with MSVC build

 

Ah, I forgot to document that.

The "lazy way" is to copy all the DLLs from \vcpkg\installed\<triplet>\bin
to your kicad install bin folder
The next lazy way that should work is to add the vcpkg installed triplet to
PATH
The third way that I haven't used is to use launch.json to set PATH to the
vcpkg triplet

References