I am following the instructions from https://github.com/OpenFairWind/FairWindSK/blob/main/docs/building.md#macos
Even after building QTZeroConf manually (as far as I can find, it is not in home-brew), I get the following error:
(base) blaise@Mac FairWindSK % cmake --build build
ninja: error: 'external/lib/libQtZeroConf.dylib', needed by 'FairWindSK.app/Contents/MacOS/FairWindSK', missing and no known rule to make it
which makes no sense to me because external/lib/libQtZeroConf.dylib definitely exists:
(base) blaise@Mac FairWindSK % ls external/lib/libQtZeroConf.dylib
external/lib/libQtZeroConf.dylib
I am not really familiar with make, so am I missing someything?
I am following the instructions from https://github.com/OpenFairWind/FairWindSK/blob/main/docs/building.md#macos
Even after building QTZeroConf manually (as far as I can find, it is not in home-brew), I get the following error:
which makes no sense to me because
external/lib/libQtZeroConf.dylibdefinitely exists:I am not really familiar with make, so am I missing someything?