Re: [Kicad-developers] ngspice-34

2021-03-22 Thread Mark Roszko
> Does vcpkg support pkg-config? vcpkg can use pkg-config for building its own libraries. However vcpkg will not share it outside of itself, meaning kicad has no ability to use it easily On Mon, Mar 22, 2021 at 3:18 PM Wayne Stambaugh wrote: > Would pkg-config work on all platforms? I know it

Re: [Kicad-developers] ngspice-34

2021-03-22 Thread Wayne Stambaugh
Would pkg-config work on all platforms? I know it works on Linux and msys2. I would rather not have a separate hack for every platform if we can avoid it. Does vcpkg support pkg-config? If so, then it should be possible to use it on msvc builds as well. On 3/22/21 2:57 PM, Jon Evans wrote: >

Re: [Kicad-developers] ngspice-34

2021-03-22 Thread Jon Evans
Bumping this thread as we don't seem to have a resolution yet. The Windows vcpkg package works as there is still a config.h with the version in the "visualc" directory. But, MacOS doesn't build and I guess some Linux distros don't either. Can we make pkg-config work for MacOS? On Wed, Feb 3,