Build a GTK + development platform with kdevelop

Source: Internet
Author: User
Use kdevelop to build the GTK + development platform-general Linux technology-Linux programming and kernel information. The following is a detailed description. Yesterday, GTK + files were compiled under the command line.
Today I thought about how to use Kdevelop's strong generation editing function.

In fact, by default, several libraries required for GTK + are installed in fedora 7 and fedora 8.
Can be compiled directly
You just need to include a few more hooks in the development when installing the customized software installation package.

There are a lot of online materials without Installation
It is also easy to install

The premise of this article has been compiled in shell
If you have any questions, refer to my previous log.

Now I want to compile the connection directly on kdevelop.
Only the project -- project option -- configuration option -- c -- editor flag is required.
Add 'pkg-config gtk +-2.0 -- cflags -- libs'

This is equivalent to gcc xx-o xx pkg-config gtk +-2.0 -- cflags -- libs '.

Other ides work in a similar way.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.