installing gtk+ in codelite

General questions regarding the usage of CodeLite
theatron
CodeLite Enthusiast
Posts: 11
Joined: Thu Dec 26, 2013 10:00 pm
Genuine User: Yes
IDE Question: C++
Contact:

installing gtk+ in codelite

Post by theatron »

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.
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: installing gtk+ in codelite

Post by eranif »

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
Make sure you have read the HOW TO POST thread
Post Reply