$ pkg-config --cflags gtk+-2.0If the output is something like this
Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found
Install libgtk2.0-dev package$ sudo apt-get install libgtk2.0-dev
No comments:
Post a Comment