Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.txt | 2010-02-06 | 774 Bytes | |
legendoftux.tar.gz | 2010-02-06 | 15.8 MB | |
legendoftux_v0_8.zip | 2010-02-06 | 14.1 MB | |
Totals: 3 Items | 29.9 MB | 0 |
Legend of Tux Levi D. Smith (gitcommand@gmail.com) 2009, 2010 Version 0.8 Release notes for Linux February 6, 2010 To compile under Linux, you must have the SDL, SDL_ttf, SDL_mixer, and SDL_image development libraries installed. In Ubuntu, these can be installed using Synaptic package manager and searching for "sdl". (libsdl-ttf2.0-dev, libsdl-mixer1.2-dev, libsdl1.2-dev, SDL_image-1.2.10 and all dependencies) The version of SDL_image that I installed with Synaptic (1.2.6-3) gave compilation errors about not finding IMG_INIT_PNG, so I had to install SDL_image from source. Use the Makefile in the main directory to compile from source # make I've also included a working binary (./lotux) that I compiled on my system running Ubuntu 9.4. Your mileage may vary.