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

List:       kde-devel
Subject:    Re: building qt-copy and kde in a seperate tree
From:       Andras Mantia <amantia () virtualartisans ! com>
Date:       2002-12-05 22:20:14
[Download RAW message or body]

Ok, I try to guid you step by step. ;-)

> cd
> mkdir kde
> cd kde
> mkdir kde-build
> mkdir kde-install
> mkdir kde-sources
> cd kde-sources
> export CVSROOT=:pserver:anonymous@anoncvs.kde.org:/home/kde
> cvs login
> cvs co .
> cd ../kde-build
> mkdir qt-copy
> cd qt-copy
>
> export QTDIR=
export QTDIR=$PWD
export YACC='byacc -d'
[the aboves are in README.qtcopy]

> export PATH=
export PATH=$QTDIR/bin:$PATH
export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH

make -f Makefile.cvs 
[also from README.qtcopy!]

> ../../kde-sources/qt-copy/configure -system-zlib -qt-gif -system-libpng
> -system-libjpeg -plugin-imgfmt-mng -thread -no-stl -no-exceptions -debug
> -prefix ~/kde/kde-install

> export QTDIR=
> export PATH=
> export LD_LIBRARY_PATH=
You don't need the above exports.

> make
>
> export QTDIR=
> export PATH=
> export LD_LIBRARY_PATH=
You don't need the above exports.

> make install

> export QTDIR=
export QTDIR=~/kde/kde-install
(altough I recommend to install in a separate place than the rest of kde. like 
~/kde/qt-install. In this case use the same dir as prefix for QT configure).
export KDEDIR=~/kde/kde-install

> export PATH=
export PATH=$QTDIR/bin:$KDEDIR/bin:$PATH

> export LD_LIBRARY_PATH=
export LD_LIBRARY_PATH=$QTDIR/lib:$KDEDIR/lib:$LD_LIBRARY_PATH

What is below is basicly ok, but you may want to take a look at the various 
configure options (and you don't need to quote the prefix).

> cd ../../kde-sources/arts
> make -f Makefile.cvs
> cd ../../kde-build
> mkdir arts
> cd arts
> ../../kde-sources/arts/configure --prefix="~/kde/kde-install"
> make
> make install
> cd ../../kde-sources/kdelibs
> make -f Makefile.cvs
> cd ../../kde-build
> mkdir kdelibs
> cd kdelibs
> ../../kde-sources/kdelibs/configure --prefix="~/kde/kde-install"
> make
> make install
> cd ../../kde-sources/kdebase
> make -f Makefile.cvs
> cd ../../kde-build
> mkdir kdebase
> cd kdebase
> ../../kde-sources/kdebase/configure --prefix="~/kde/kde-install"
> make
> make install
>
>
> thanks,
> Nick

Andras


 
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
[prev in list] [next in list] [prev in thread] [next in thread] 

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