Hello,
I need to get SDL project compiled, how do I install SDL to CodeLite, so I can compile SDL programs?
libSDL and how to use it?
-
- CodeLite Curious
- Posts: 2
- Joined: Tue Jul 06, 2010 12:07 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: libSDL and how to use it?
Install it as if you do without any IDE, then update the compiler & linker paths in your project paths
Eran
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 2
- Joined: Tue Jul 06, 2010 12:07 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: libSDL and how to use it?
I cant find where to update compiler and linker paths.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: libSDL and how to use it?
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
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
Make sure you have read the HOW TO POST thread