stremer
(usa Arch Linux)
Enviado em 03/04/2008 - 23:12h
O qt vem primeiro!
Como falei nunca compilei o KDE mas achei um tutorial supimpa. Parece ser mamão com açucar.
Segue o link:
http://techbase.kde.org/index.php?title=Getting_Started/Build/Stable_Version
Tem realmente uma ordem a seguir, mas no tutorial explica tudinho.
Comece pela QT.
Esta é a parte da qt, tem alguns parâmetros como pode ver no configure.
bunzip2 qt-x11-3.3.8.tar.bz2
tar xvf qt-x11-3.3.8.tar
cd qt-x11-3.3.8
less INSTALL
# Set up QTDIR, KDEDIR, PATH, LD_LIBRARY_PATH,
# XDG_DATA_DIRS and XDG_CONFIG_DIRS
cd $QTDIR
./configure -system-zlib -qt-gif -system-libpng \
-system-libjpeg -plugin-imgfmt-mng -thread -no-stl \
-no-xinerama -no-g++-exceptions
make
Boa Sorte! Abs