Ошибка компиляции. Проблема SDL

Когда я пытаюсь скомпилировать эту программу с помощью команды make, она не работает. Я думаю, что у меня есть все необходимые библиотеки для этого. Вот снимок экрана трерминала с ошибкой компиляции.

введите описание здесь

И вот часть файла readme:

        <=============SETTUP=============>

    To install the game, you will need the GNU GCC (G++) compiler as 
well as the SDL library v1.2 or greater and SDL_image extension 
library (for quicker and more versatile image loading) and SDL_ttf (for using true type fonts).

    After unpacking the archive, open up a terminal window,
browse to the folder where you unpacked and type in "make". The source
files have now been compiled, and you can now run the program by typing
./Invaders.

Что я должен делать?

1 ответ

Выполните следующую команду, чтобы установить все требования, указанные в вашем сообщении. А потом делай ./make

sudo apt-get install libtiff4 libtiff4-dev libsdl-image1.2-dev libsdl-ttf2.0-dev libsdl1.2-dev

Другие вопросы по тегам