Compiling KDE (HEAD)

PrevCompiling and Safe Development Practices (with configure)Next

Compiling KDE (HEAD)

Now, for the KDE code. cd to KDE/CVS/arts. Type

make -f Makefile.cvs
./configure --prefix=/home/joedeveloper/KDE/kde-HEAD
 --with-qt-include=/home/joedeveloper/KDE/kde-HEAD/qt-copy/include
 --with-qt-libraries=/home/joedeveloper/KDE/kde-HEAD/qt-copy/lib
make
If all goes well, then
make install
If not, try to fix things, then type
make install
Repeat this process for the other modules.

PrevHomeNext
Compiling Qt 3.1 Up  Compiling tips