wget https://sourceforge.net/projects/openil/files/DevIL/1.8.0/DevIL-1.8.0.zip
아래 링크에서 필요한 패치 적용
https://github.com/microsoft/vcpkg/tree/master/ports/devil
mkdir build &&
cd build &&
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON .. &&
make &&
sudo make install