Выполняю скрипт ./configure для последующей установки и компиляции программы, но получаю ошибку:
checking for SDL — version >= 1.2.0… no
*** The sdl-config script installed by SDL could not be found
*** If SDL was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the SDL_CONFIG environment variable to the
*** full path to sdl-config.
configure: error: You need SDL 1.2 to run Program.
Что делать?
checking for SDL — version >= 1.2.0… no
*** The sdl-config script installed by SDL could not be found
*** If SDL was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the SDL_CONFIG environment variable to the
*** full path to sdl-config.
configure: error: You need SDL 1.2 to run Program.
Что делать?
Необходимо установить пакет libsdl-dev. Для этого выполните в командной строке:
sudo apt-get install libsdl-dev
Комментарии