plugincollider icon indicating copy to clipboard operation
plugincollider copied to clipboard

Could NOT find Sndfile

Open sonoro1234 opened this issue 2 years ago • 2 comments

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

sonoro1234 avatar Dec 23 '22 12:12 sonoro1234

export LIBRARY_PATH=/usr/local/lib to make Cmake find it

muccio avatar Dec 27 '22 15:12 muccio

export does not work on windows command line

sonoro1234 avatar Dec 30 '22 09:12 sonoro1234