# # How to compile KDE from scratch # FJO, 26.06.2002 # # qt # #export QTDIR=/opt/qt export QTDIR=`pwd` #export YACC='byacc -d' make -f Makefile.cvs #./configure -system-zlib -qt-gif -system-libpng -system-libjpeg -plugin-imgfmt-mng -thread -no-stl -no-g++-exceptions ./configure -prefix=/opt/qt -system-zlib -qt-gif -thread -no-stl -no-g++-exceptions #make symlinks sub-src sub-tools make su -c "make install" # # arts # ./configure --prefix=/opt/kde --disable-debug --with-qt-dir=/opt/qt # # pcre # ./configure --prefix=/usr # # kdelibs # ./configure --prefix=/opt/kde --disable-debug --with-qt-dir=/opt/qt # # kdebase # ./configure --prefix=/opt/kde --disable-debug --with-qt-dir=/opt/qt --with-shadow