SDL Image

From LD Smith Games Workshop
Revision as of 03:47, 23 January 2010 by Levidsmith (talk | contribs) (Created page with 'Steps for setting up SDL_Image *Download SDL_image-1.2.10.tar.gz from http://www.libsdl.org/projects/SDL_image/ *Rename if the browser messed up the extension *Extract the sourc…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Steps for setting up SDL_Image

 $ mv SDL_image-1.2.10.tar.tar SDL_image-1.2.10.tar.gz
 $ gzip -d SDL_image-1.2.10.tar.gz
 $ tar -xvf SDL_image-1.2.10.tar
  • cd to the new directory
  • build the library
 $ cd SDL_image-1.2.10
 $ ./configure
 $ make
 $ make install