| 75 | | ==== Install libjpeg, libtiff, & libSDL_image ==== |
| 76 | | Download all the needed files to ~/src just like before:[[BR]] |
| 77 | | http://www.ijg.org/files/jpegsrc.v7.tar.gz [[BR]] |
| 78 | | ftp://ftp.remotesensing.org/pub/libtiff/tiff-3.9.2.zip [[BR]] |
| | 75 | ==== Install libSDL_image ==== |
| | 76 | Grab SDL_image from sdl.org, and use the following commands to build it. Note, this compiles a version of SDL_image that only has png support - specifically, it lacks jpg and tiff support, which might be needed if you use these same instructions to build other games. To add jpg or tiff support (not needed for Epiar), you need to build libjpeg and libtiff before this step): |
| | 77 | |
| | 78 | {{{ |
| | 79 | ./configure --prefix=/home/administrator |
| | 80 | make |
| | 81 | make install |
| | 82 | }}} |