Install the QT Development Environment Based on LinuxOS

Source: Internet
Author: User
Install the QT Development Environment Based on LinuxOS-Linux general technology-Linux programming and kernel information. The following is a detailed description. I use Fedora 4 for linux and QT 4.4 for linux.
1. Download the installer
Http://trolltech.com/lang/cn/downloads/open-source-downloads
Download the Installation File
A,qt-embedded-linux-opensource-src-4.4.0.tar.gz
B ,qt-x11-opensource-src-4.4.0.tar.gz
2. Decompress qt-embedded-linux-opensource-src-4.4.0.tar.gz to the tmp directory.
3. Enter the decompressed directory.
#./Configure-qvfb
Note: we need to run the compiled program on qvfb.
4, # gmake
5, # gmake install
6, the program is put in the/usr/local/Trolltech/QtEmbedded-4.4.0 directory
7, add/usr/local/Trolltech/QtEmbedded-4.4.0 to the path environment variable.
8, because we also need to install qvfb toolto install qt-x11-opensource-src-4.4.0.tar.gz
9, repeated 3, 4, 5
10, the program is put under the/usr/local/Trolltech/Qt-4.4.0 directory
11. Run qvfb and the following program will appear:
12. Now we can run the compiled program.

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.