嗨,我刚在windows 7上安装了用于安卓的SDL2 - http://www.mosaicit.de/android-sdl-c-build-system-compiling。但问题是,我想使用SDL2_image和ttf,但我不知道如何将它们添加到这类项目中,我在其他地方找不到任何关于这个主题的东西。
Compile error:
fatal error: SDL_image.h: No such file or
Main.cpp
#include <SDL_image.h>
发布于 2014-03-01 22:25:26
您需要下载和构建SDL_image,就像使用SDL:image/一样
下面是针对SDL_image和Android的特定教程:image-using-the-command-line-of-course/
https://stackoverflow.com/questions/22121137
复制相似问题