[Digikam-devel] [Bug 232875] New: Compile 1.2.0 from tar or 1.3.0 from SVN Decorate / Texture gives me a blank target and will not apply
Von Wallace
vonwallace at yahoo.com
Wed Mar 31 17:43:27 BST 2010
https://bugs.kde.org/show_bug.cgi?id=232875
Summary: Compile 1.2.0 from tar or 1.3.0 from SVN Decorate /
Texture gives me a blank target and will not apply
Product: digikam
Version: unspecified
Platform: Debian stable
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: digikam-devel at kde.org
ReportedBy: vonwallace at yahoo.com
Version: 1.2.0 & 1.3.0 (using KDE 4.4.1)
OS: Linux
Installed from: Debian stable Packages
Use the following batch to Complie from SVN 1.3:
Compile 1.2.0 from tar or 1.3.0 from SVN Decorate / Texture gives me a blank
target and will not apply
#To checkout the latest kdegraphics libs svn source for KDE4 (includes libkipi,
libkdcraw, libkexiv2, libksane) :
cd kdegraphics/build
make uninstall
cd ..
cd ..
rm -r kdegraphics
svn co -N svn://anonsvn.kde.org/home/kde/trunk/KDE/kdegraphics
cd kdegraphics
svn up libs
svn up cmake
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=debugfull -DCMAKE_INSTALL_PREFIX=`kde4-config
--prefix` ..
make
make install
cd ..
cd ..
cd graphics/build
make uninstall
cd ..
cd ..
rm -r graphics
svn co -N svn://anonsvn.kde.org/home/kde/trunk/extragear/graphics
cd graphics
svn up digikam
svn up kipi-plugins
svn up cmake
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=debugfull -DCMAKE_INSTALL_PREFIX=`kde4-config
--prefix` ..
make
make install
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Digikam-devel
mailing list