How to install the QT integrated development environment in Ubuntu10.04

Source: Internet
Author: User
Before installing the QT Integrated Development Kit, you need to install the build-essential and libncurses5-dev development tools and libraries, the libncurses5-dev library is a graph function library widely used in Linux/Unix, build-essential includes some necessary tools for development in Linux. In Ubuntu, we use QT for development and use these two tool libraries. The installation command is sudoapt-getinstallbu.

Before installing the QT Integrated Development Kit, you need to install the build-essential and libncurses5-dev development tools and libraries, the libncurses5-dev library is a graph function library widely used in Linux/Unix, build-essential includes some necessary tools for development in Linux.

In Ubuntu, we use QT for development and use these two tool libraries.

The installation command is: sudo apt-get install build-essential libncurses5-dev.

You can install the QT development kit after the library is installed. The installation steps are as follows:

1. Download the qt sdk installation package.

2. Run the following command in the path of the installation package:

Sudo chmod u + x qt-sdk-linux-x86-opensource-2010.04

Sudo./qt-sdk-linux-x86-opensource-2010.04

3. Compile a built-in example after the installation is complete to check whether the package can be properly compiled and run. If the package can be run, the installation is successful.

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.