-
Notifications
You must be signed in to change notification settings - Fork 244
Description
I am not able to find a comprehensive tutorial to install libsoundio on windows11.
I've followed almost every tutorial/Guide on the web, and all generated errors.
I am using visual studio code, msys2, and mingw64.
I really appreciate putting a step by step tutorial for building the library for windows environment.
Something like libsoundio installation for dummies.
Samples of the errors I am getting:
the main error i get is:
SPL.cpp:2:10: fatal error: soundio/soundio.h: No such file or directory
2 | #include <soundio/soundio.h>
| ^~~~~~~~~~~~~~~~~~~
compilation terminated.
I am getting all sorts of errors when i follow cmake installations, and I get the error message:
CMake Error at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.5 has been removed from CMake.
Update the VERSION argument value. Or, use the ... syntax
to tell CMake that the project requires at least but has been updated
to work with policies introduced by or earlier.
Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.
-- Configuring incomplete, errors occurred!