Page 1 of 1

SDL2_Image Error

Posted: Sun May 11, 2014 10:08 pm
by pyco
Hey guys, I followed the README.MD, installed all the needed dependencies, but I still get this error:

-- Could NOT find SDL2_image (missing: SDL2_IMAGE_LIBRARIES SDL2_IMAGE_INCLUDE_DIRS)
CMake Error at CMakeLists.txt:22 (message):
SDL_image 2.0 not found, set ENV{SDL2DIR} to point to SDL 2.0, and
optionally set the cmake var SDL2_LIBRARY_TEMP to the lib dir


-- Configuring incomplete, errors occurred!

If anyone could let me know how to fix this Id greatly appreciate it. Blue_Happy1
I am currently running on ubuntu 13

Re: SDL2_Image Error

Posted: Fri May 16, 2014 5:11 pm
by shaz

Re: SDL2_Image Error

Posted: Fri May 16, 2014 6:44 pm
by UnrealIncident
Code: Select all
sudo apt-get install libsdl2-image-dev
Try googling it next time.