Almamu / linux-wallpaperengine

Wallpaper Engine backgrounds for Linux!
GNU General Public License v3.0
1.69k stars 61 forks source link

Configuring incomplete, errors occurred! #76

Closed pakosaan closed 2 years ago

pakosaan commented 2 years ago

CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find SDL (missing: SDL_LIBRARY SDL_INCLUDE_DIR) Call Stack (most recent call first): /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE) /usr/share/cmake/Modules/FindSDL.cmake:224 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) CMakeLists.txt:17 (find_package)

This error occurs when in Cmake in the folder. OS: Arch Linux

Almamu commented 2 years ago

Make sure you've installed sdl and sdl_mixer packages in your arch installation:

sudo pacman -S sdl sdl_mixer

then re-run the cmake process.

pakosaan commented 2 years ago

I was just about to close the issue as i found the solution when i google in the internet. but anyway thanks for the reply.