Installation Process of Qt Programming

Source: Internet
Author: User
For the installation process of Qt programming-general Linux technology-Linux programming and kernel information, see the following for details. System Environment: ubuntu 7.10 Gonme KDE-base

First download a Qt. My qt-x11-opensource-src-4.3.0rc1
Then install:
1. Install the support file first:
Sudo apt-get install g ++
It will soon be installed. (If the configuration is not installed
2. Configuration:
Sudo./configure
I will ask you if you agree to the license agreement (GPL) and press "yes" to press Enter.
Then, a *. cpp is successfully configured in E file of the full screen. Don't be dry, just a moment (depending on your machine speed)
My configuration takes a long time ......
...... Configuring
Configuring ......

Finally, it took me 25 minutes to install a system ....... Depressing
3. make
Sudo make
So simple call of make Compilation

4. Install source code
Sudo make install

5. Do not forget to clear temporary files (commonly known as spam files ).
Sudo make clean
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.