Closed tomachinz closed 2 years ago
This is only the frontend application, it doesn't contain the actual projectM core library. You have to build it separately, then point the build of frontend-sdl2 to the install location. I suggest checking out commit 62cecb3 of the core library, as this is the last one that works with the current state of this app (many API changes going on, that's why).
Build it according to the Wiki, and install it somewhere in your dev/home dir. No need to install system-wide. You can also choose to build the static library, so libprojectM will be embedded in your application.
After installing the built library, use -DCMAKE_PREFIX_PATH=/path/to/libprojectm/install
in the frontend-sdl2 configuration command to point CMake to your local library. To use the static libprojectM library, also add -DPROJECTM_LINKAGE=static
to the CMake parameters. Then it should work.
If you have further issues or questions, please feel free to comment here or join our Discord server.
Hello, on Linux Mint 21, I think I need to install a library, I guess I ran outa steam after I...
and also make says
Many thanks in advance if you are able please to send me on the right path!.. a pathway full of milky drops and thangs.