Dear Wiki user, You have subscribed to a wiki page or wiki category on "Freevo Wiki" for change notification.
The following page has been changed by 203.217.23.29: http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage_2fInstallDeps ------------------------------------------------------------------------------ @@ -187,6 +187,30 @@ cd .. }}} + + + ** The above link appears not to work anymore - try this. + + * Homepage: http://www.libsdl.org/projects/SDL_ttf/ + +{{{ +wget http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-2.0.6.tar.gz +tar xvzf SDL_ttf-2.0.6.tar.gz +cd SDL_ttf-2.0.6 +./configure +make +make install +cd .. + +if this doesn't compile edit SDL_ttf.c and add the following line at the +top of the include statement blocks - line 43, I think. +#include </usr/local/include/ft2build.h> + + +}}} + + + == SDL_mixer 1.2 == * Homepage: http://www.libsdl.org/projects/SDL_mixer ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Freevo-wikilog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-wikilog
