Error installing dependencies
Solution(s)
Section titled “Solution(s)”1. Install dependencies manually
Section titled “1. Install dependencies manually”-
Install the dependencies for your Linux distribution manually using the command below:
Terminal window sudo apt-get install cmake libpng-dev libcurl4-openssl-dev libsdl2-dev libsdl2-mixer-dev libsdl2-gfx-dev libsdl2-image-dev libsdl2-net-dev libsdl2-ttf-dev libmikmod-dev libncurses5-dev libbz2-dev libflac-dev libvorbis-dev libwebp-dev libfreetype6-dev build-essential clangTerminal window sudo pacman -S cmake libpng sdl2 sdl2_ttf sdl2_image sdl2_net sdl2_mixer sdl2_gfx clang freetype2 ncurses bzip2 flac libvorbis libmikmod libwebpTerminal window yay -S cmake libpng sdl2 sdl2_ttf sdl2_image sdl2_net sdl2_mixer sdl2_gfx clang freetype2 ncurses bzip2 flac libvorbis libmikmod libwebpTerminal window sudo dnf install cmake libpng SDL2 SDL2_ttf SDL2_image SDL2_net SDL2_mixer SDL2_gfx clang freetype ncurses bzip2 flac libvorbis libmikmod libwebpIf your distribution is not included above, you will need to install the following dependencies with the package manager for your linux distro:
- cmake
- libpng
- SDL2
- SDL2_ttf
- SDL2_image
- SDL2_net
- SDL2_mixer
- SDL2_gfx
- clang
- freetype
- ncurses
- bzip2
- flac
- libvorbis
- libmikmod
- libwebp
-
Build and install SplashKit in the default globally locations using the following command:
Terminal window skm linux install