[Kde-imaging] libkdcraw CMakeLists.txt proposed patch

Kåre Särs kare.sars at kolumbus.fi
Fri May 16 18:54:45 CEST 2008


On Fridayen den 16 May 2008 18:16:36 Angelo Naselli wrote:
>
> Btw, here what to do to build from svn:
> #adjust your path accordly
> SVN_PATH="svn+ssh://anaselli@svn.kde.org/home/kde/trunk"
> mkdir trunk
> cd trunk
> svn co $SVN_PATH/KDE/kdegraphics
> svn co $SVN_PATH/extragear/libs
> cd ..
> mkdir build
> mkdir kdegraphics
> cd kdegraphics
> cmake -DCMAKE_BUILD_TYPE=DebugFull ~/trunk/kdegraphics
> #add eventually -DLIB_SUFFIX=64  and
> -DCMAKE_INSTALL_PREFIX=$HOME/YOUR_LOCAL_INSTALL_PATH cd libksane
> make install
> cd ..
> mkdir libs
> cd libs
> cmake -DCMAKE_BUILD_TYPE=DebugFull ~/trunk/libs
> make install
> # at this point if you want to build gwenview you need to reuse cmake to
> get libkipi :) (I'm not sure make gets it) cd ../kdegraphics
> cmake -DCMAKE_BUILD_TYPE=DebugFull ~/trunk/kdegraphics
> cd gwenview
> make install
>

Wouldn't it be much easier if the kipi-plugins were in extragear/graphics in 
stead of extragear/libs?

Then one could compile in this order:
(libs needed for kde)
kdelibs
(kdebase)
extragear/libs (libkipi)
kdegraphics (Gwenview and libksane)
extragear/graphics (kipi-plugins)

-- 
Kåre Särs


More information about the Kde-imaging mailing list