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)