Graphics.h under openSuSE 11.1?

Hi there, continuing my developing under C, i want to do a tic-tac-toe game. I want to use graphics. How can this be done? I’ve read that some libs, SDL or something like that, must be installed. Maybe you can help me with instructions for this distro? The instructions i found are all for ubuntu.

Thanks again!

There are many ways to do graphics. One of them is SDL (simple direct media layer). To use it in programs, use YaST2 to install the needed -devel packages. Just search for packages containing SDL and mark all those that have -devel in their name. For a tutorial using SDL see Simple DirectMedia Layer