ryanseys / opengl-molecules

Render molecules using OpenGL
MIT License
7 stars 5 forks source link

fatal error: 'SOIL.h' file not found #14

Closed ryanseys closed 8 years ago

ryanseys commented 8 years ago

❯ make g++ -I/opt/local/include/SOIL -L/opt/local/lib -w main.cpp ryan_camera.cpp Shader.cpp SkyBox.cpp pugixml.cpp -o mol.out -lSOIL -framework OpenGL -framework GLUT && ./mol.out main.cpp:12:10: fatal error: 'SOIL.h' file not found

include "SOIL.h"

     ^

1 error generated. SkyBox.cpp:4:10: fatal error: 'SOIL.h' file not found

include "SOIL.h"

ryanseys commented 8 years ago

Added instructions to the README.