De Beta1 is beschikbaar. Iemand een idee hoe je die compileert in KDE4?
Dit had ik al gevonden:
CHECKOUT KDE4 VERSION
To Checkout the latest kdegraphics libs svn source for KDE4 (includes libkipi, libkdcraw, libkexiv2, libksane) :
# svn co -N svn://anonsvn.kde.org/home/kde/trunk/KDE/kdegraphics
# cd kdegraphics
# svn up libs
# svn up cmake
To Checkout the latest digiKam and Kipi-plugins SVN source for KDE4:
# cd ..
# svn co -N svn://anonsvn.kde.org/home/kde/trunk/extragear/graphics
# cd graphics
# svn up digikam
# svn up kipi-plugins
# svn up cmake
Installion for KDE4 in your system (/opt/kde4)
To compile the source code under linux you have to give these commands in the source code folders. You should use a seperate build folder to help cleaning up sources if something goes wrong.
# mkdir build
# cd build
# cmake -DCMAKE_BUILD_TYPE=debugfull -DCMAKE_INSTALL_PREFIX=/opt/kde4 ../../graphics
# make
# su
# make install
Alleen (k)ubuntu plaatst KDE4 niet in /opt/kde4