QT and KDevelop installed under Linux (qt-x11-commercial-src-4.3.1 and kdevelop-3.5.0)

Source: Internet
Author: User
Tags bz2

Qt-x11-commercial-src-4.3.1.tar.gz and kdevelop-3.5.0.tar.bz2 are installed under Fedora 8.

Install KDevelop: Install KDevelop3.5 requirements, KDE3.4 above version, gdb6.6 above version, Qt3.3.2 Qt4 the following version.

Installing gdb6.6
Tar Xvfz gdb-6.6.tar.bz2
CD gdb-6.6
./configure
Make
Make install

Installing KDEVELOP-3.5.0.TAR.BZ2
Tar Xvfz kdevelop-3.5.0.tar.bz2
CD kdevelop-3.5.0.tar.bz2
./configure--with-qt-dir=/usr/lib/qt3 --/usr/lib/qt3 is the directory where QT3 is located
Make
Make install

Set to enter Chinese in kdevelp
Cd/root
Vi. Bash_profile --joining in. Bash_profile
Export Qt_im_module=xim
The Qtconfig in Qt3 is set, and the default "on the spot" of Xim Input style in the interface tag is changed to "over the spot".

To install QT:

Tar Xvfz qt-x11-commercial-src-4.3.1.tar.gz
CD qt-x11-commercial-src-4.3.1.tar.gz
./configure
./configure-plugin-sql-mysql --Compiling MySQL database
Make
Make install
Cd/root
VI. bash_profile

Configure environment variables in the. Bash_profile join:

Export qtdir=/usr/local/trolltech/qt-4.3.1
Export Qtinc=/usr/local/trolltech/qt-4.3.1/include
Export Qtlib=/usr/local/trolltech/qt-4.3.1/lib
Export path= $QTDIR/bin: $PATH
Export ld_library_path= $QTDIR/lib: $LD _library_path

http://cool.worm.blog.163.com/blog/static/643390062008329123829/

QT and KDevelop installed under Linux (qt-x11-commercial-src-4.3.1 and kdevelop-3.5.0)

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.