SOIL を使用する必要がある課題を行っています。コマンドを使用してインストールしましたsudo apt-get install libsoil-dev
が、プログラムをコンパイルしようとすると、次のエラーが発生します。
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.
SOIL をインストールしたのに、プログラムをコンパイルできないのはなぜですか?