[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kdevelop
Subject:    How to get KDevelop-2.0 run
From:       "F () lk Brettschneider" <gigafalk () yahoo ! com>
Date:       2001-05-15 13:37:09
[Download RAW message or body]

Dies ist eine mehrteilige Nachricht im MIME-Format.

Hi Sandy,

please publish this on the News list of www.kdevelop.org.

Cheers,
F@lk
["how-to-get-kdev2.0.txt" (text/plain)]

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!
_________________________________________________________
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«


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic