Hey i wanted to use gtk+ for GUI i downloaded the zip or something, but i dont know how to install gtk+ or gtk inside codelite, how do i install gtk in codelite?
Thanks.
installing gtk+ in codelite
-
- CodeLite Enthusiast
- Posts: 11
- Joined: Thu Dec 26, 2013 10:00 pm
- 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: installing gtk+ in codelite
You will have to google how to install gtk+
To define gtk+ in codelite is same as other libraries:
Set the linker settings from:
project settings->common settings->linker->libraries
project settings->common settings->linker->library path
and the include path from:
project settings->common settings->compiler->Include path
Eran
To define gtk+ in codelite is same as other libraries:
Set the linker settings from:
project settings->common settings->linker->libraries
project settings->common settings->linker->library path
and the include path from:
project settings->common settings->compiler->Include path
Eran
Make sure you have read the HOW TO POST thread