
我已经编译了SDL2.0源代码。首先,我在控制台上推荐'cmake ../ -G "MinGW Makefiles“;其次,我推荐'make‘。但错误是会发生的。
fatal error: EGL/egl.h: No such file or directory在哪里可以下载EGL/egl报头和库?
我的环境: Windows 10家庭64位MinGW
发布于 2016-06-10 10:12:58
删除CMakeCache.txt和CMakeFiles并尝试
cmake -G "MinGW Makefiles" -DVIDEO_OPENGLES=0 ../
mingw32-makehttps://stackoverflow.com/questions/37671617
复制相似问题