I am trying to run the opengl example on the github page. I got it to compile but when I run it it crashes and makes a strange beeping noise. When I run the debugger it says it crashes on this when loading the background.jpg.
if (!backgroundTexture.loadFromFile("resources/background.jpg"))
Am I missing the jpg library or something? I can't figure out what is going wrong.