I am doing an assignment that requires me to use SOIL. I installed it using the command sudo apt-get install libsoil-dev
, but when I try to compile my program, I get the following error:
textureMain.cpp:19:18: fatal error: SOIL.h: No such file or directory
compilation terminated.
textureParams.cpp:17:18: fatal error: SOIL.h: No such file or directory
compilation terminated.
Why am I not able to compile the program even though I installed SOIL?