Talk:SDL Implementation

From OLPC
Revision as of 23:56, 18 March 2007 by AlbertCahalan (talk | contribs) (SDL is OK)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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)