plugincollider
plugincollider copied to clipboard
Could NOT find Sndfile
Trying to build with mingw-w64 cmake gives this error
-- Could NOT find Sndfile (missing: SNDFILE_LIBRARY)
-- Could NOT find Sndfile (missing: SNDFILE_LIBRARY SNDFILE_INCLUDE_DIR)
Which is strange because the original supercollider repo could be built with this settings
export LIBRARY_PATH=/usr/local/lib to make Cmake find it
export does not work on windows command line