Talk:SDL Implementation

From OLPC
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Tux Paint uses SDL already

Like SDL? Go to town:

yum -y install SDL_ttf-devel SDL-devel SDL_mixer-devel gcc make
cd /var/cache/yum
rpm -Uvh `find . -name \*.rpm`

That last line is because yum is broken. (fixed in OS build 317 maybe)

Currently this will drag in a lot of junk, including Qt. Some of the other SDL libraries are even worse, and if you want the SVG library you're going to be installing GNOME.

AlbertCahalan 23:56, 18 March 2007 (EDT)