Using sdl in linux

could anyone tell me how to use sdl in linux? thanks in advance!
sunaram

I am assuming you have a C program which uses SDL calls, call this sunaram.c
sunaram patir <sunaram gmail.com> writes:

could anyone tell me how to use sdl in linux? thanks in advance!
sunaram

I am assuming you have a C program which uses SDL calls, call this sunaram.c
I am also assuming that you have down-loaded proper libraries in your Linux
computer.

If these two assumptions are correct, do the following,

Compile your program with followin command,

gcc sunaram.c -o sunaram sdl-config --cflags --libs

This will generate a file by name sunaram (provided there are no
errors in program).

execute this file with following command,

./sunaram

That’s all you have to do.

Please let me know if any of my assumptions are not correct, or you
need any
more help.

Regards,
Laeeq Khan

Quoth sunaram patir , on 2005-07-24 08:04:00 +0530:

could anyone tell me how to use sdl in linux? thanks in advance!
sunaram

Really now.

http://www.libsdl.org/faq.php?action=listentries&category=3

Come back when you have a more specific question.

—> Drake Wilson
-------------- next part --------------
A non-text attachment was scrubbed…
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: http://lists.libsdl.org/pipermail/sdl-libsdl.org/attachments/20050724/9bb44684/attachment.pgp