PDA

View Full Version : [SOLVED] Where can i download SDL.h



rraj.be
June 27th, 2008, 05:54 PM
Where can i download SDL library.

i.e SDL.h

LaRoza
June 27th, 2008, 05:56 PM
sudo aptitude install libsdl1.2-dev

rraj.be
June 27th, 2008, 05:59 PM
I have already installed the above but i need SDl.h file to include it in my program which one of my friend is creating.

I said about SDL and he wish to use it.But we dont now where to get it for windows.

EDIT: For your kind information he is coding in windows using Borland c++ compiler.

LaRoza
June 27th, 2008, 06:03 PM
I have already installed the above but i need SDl.h file to include it in my program which one of my friend is creating.

I said about SDL and he wish to use it.But we dont now where to get it for windows.

http://www.libsdl.org/download-1.2.php

rraj.be
June 28th, 2008, 03:48 AM
What i got in the above is a DLL file.How can i use it as sdl.h file.

geirha
June 28th, 2008, 08:33 AM
You've probably only gotten the runtime library then. Get the development library package. It should contain both the DLL and the SDL.h header file

rraj.be
June 28th, 2008, 11:30 AM
could you please get me the link.
So sorry, i searched for it but i cant get that.

Please don't mistake me.

Sukarn
June 28th, 2008, 12:51 PM
Go to http://www.libsdl.org/download-1.2.php and scroll down to "Development Libraries". Get the one needed by you (or your friend).

rraj.be
June 28th, 2008, 01:11 PM
Got that.

Thank you.

kesten
October 14th, 2011, 05:27 AM
sudo aptitude install libsdl1.2-dev


this should read
sudo apt-get install libsdl1.2-dev
:)