如何在命令行上设置sdl 2.0?

时间:2016-09-22 09:42:01

标签: c++ sdl

我正在关注教程:lazyfoo 解压缩SDL2.0x路径:     C:\mingw_dev_lib 并将“i686-w64-mingw32”中的项目复制到上面的文件夹中! 将环境变量路径设置为:     C:\mingw_dev_lib\bin

现在运行代码:

g++ 01_hello_SDL.cpp

01_hello_SDL.cpp:5: SDL.h: No such file or directory

1 个答案:

答案 0 :(得分:0)

你应该使用更长的命令。该页面中已有explained。请阅读所有页面!