Page 1 of 1
installing gtk+ in codelite
Posted: Wed Jan 29, 2014 10:17 pm
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.
Re: installing gtk+ in codelite
Posted: Thu Jan 30, 2014 10:00 am
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