Dies ist eine mehrteilige Nachricht im MIME-Format. --------------6B10DB66EE7BDCFCB0F5ADA5 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi Sandy, please publish this on the News list of www.kdevelop.org. Cheers, F@lk --------------6B10DB66EE7BDCFCB0F5ADA5 Content-Type: text/plain; charset=us-ascii; name="how-to-get-kdev2.0.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="how-to-get-kdev2.0.txt" How to download, compile and install a KDevelop-2.0 snapshot on command line ============================================================================ 1.) Create a subdirectory in your home directory: ------------------------------------------------- cd ~ mkdir kde2src cd kde2src 2.) Get the source code from the CVS server of KDE: --------------------------------------------------- cvs -z3 -d :pserver:anonymous@cvs.kde.org:/home/kde co -P -r KDEVELOP_1_4 kdevelop cvs -z3 -d :pserver:anonymous@cvs.kde.org:/home/kde co -P kde-common mv kdevelop kdevelop-2.0cvs cd kdevelop-2.0cvs ln -s ../kde-common/admin admin 3.) Set the necessary compiler environment: ------------------------------------------- (Note: The Qt-directory and the KDE-directory can be on a different location depending on your Linux distribution. I use the SuSE-7.1 settings) export QTDIR=/usr/lib/qt2 export KDEDIR=/opt/kde2 export LD_LIBRARY_PATH=$QTDIR/lib:$KDEDIR/lib export LIBRARY_PATH=$QTDIR/lib:$KDEDIR/lib If you are still using a KDE version <= KDE-2.1.1 set additionally: export CXXFLAGS="-DUSE_QTPRINT_SYSTEM -DUSE_KDE_2_2_1" 4.) Configure the compiler and Compile it: ------------------------------------------ make -f Makefile.cvs ./configure --prefix=$KDEDIR --enable-debug make 5.) Install it to the global KDE directory: ------------------------------------------- su root (and type the root password in) make install 6.) Start KDevelop2.0 --------------------- Open the 'K' menu of KDevelop and go to 'Development', then click on 'KDevelop 2.0' ...and off we go! --------------6B10DB66EE7BDCFCB0F5ADA5-- _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com - to unsubscribe from this list send an email to kdevelop-request@kdevelop.org with the following body: unsubscribe »your-email-address«