如何修复-lSDL_image找不到

时间:2019-05-15 11:00:09

标签: c++ makefile compilation

在使我遇到问题期间

/usr/bin/ld: cannot find -lSDL2_image
/usr/bin/ld: cannot find -lSDL2_mixer

我已经有libsdl2-imagelibsdl2-mixer

如果我这样做:

g++ -L /home/russell/Documents/cube2/tesseract-master/src/fpsgame/ -lSDL2_image weapon.cpp -o weapon

然后我得到

game.h:4:10: fatal error: cube.h: No such file or directory
 #include "cube.h"
          ^~~~

https://github.com/lsalzman/tesseract 代码在这里,我没有做任何修改。

0 个答案:

没有答案