安装土壤
Installing SOIL
我在链接 SOIL 时遇到问题,编译器给出了这个错误
ld: library not found for -lSOIL
cland: error: linker command failed with exit code 1 (use -v to see invocation)
所有 SOIL 文件都必须放在可以#include 到项目中的地方。仅 #include SOIL.h 文件。
我在链接 SOIL 时遇到问题,编译器给出了这个错误
ld: library not found for -lSOIL
cland: error: linker command failed with exit code 1 (use -v to see invocation)
所有 SOIL 文件都必须放在可以#include 到项目中的地方。仅 #include SOIL.h 文件。