Page 1 of 1

libSDL and how to use it?

Posted: Tue Jul 06, 2010 12:22 am
by obsrv
Hello,
I need to get SDL project compiled, how do I install SDL to CodeLite, so I can compile SDL programs?

Re: libSDL and how to use it?

Posted: Tue Jul 06, 2010 8:49 am
by eranif
Install it as if you do without any IDE, then update the compiler & linker paths in your project paths

Eran

Re: libSDL and how to use it?

Posted: Wed Jul 07, 2010 2:54 am
by obsrv
I cant find where to update compiler and linker paths.

Re: libSDL and how to use it?

Posted: Wed Jul 07, 2010 9:48 am
by eranif
right click on your codelite's project and select 'Settings...' (the last option)
In the dialog that pops up, you can update the paths under the 'Compiler' & 'Linker' tabs

Please read this: http://codelite.org/LiteEditor/ProjectSettings written by DavidGH for further explanation on the various tabs in the project settings dialog

Eran