[Digikam-users] How to build Digikam?

Arnd Baecker arnd.baecker at web.de
Tue Jul 8 23:03:02 BST 2008


On Wed, 9 Jul 2008, Dotan Cohen wrote:

> 2008/7/9 Arnd Baecker <arnd.baecker at web.de>:
> > Hi Dotan,

[...]

> Thank you Arnd. It appears that kde4libs-bin is already installed. I
> was not sure if the export should be added to make or to cmake, but
> they both complained. It appears that cmake is now complaining about
> missing directories. I assume that is because the path changed, but
> I'm not sure how to work around this situation.
>
> root at hardy-laptop:~/graphics/build# apt-get install kde4libs-bin
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> kde4libs-bin is already the newest version.
> kde4libs-bin set to manually installed.
> 0 upgraded, 0 newly installed, 0 to remove and 7 not upgraded.
> root at hardy-laptop:~/graphics/build# make export PATH=/usr/lib/kde4/bin/:$PATH
> make: *** No rule to make target `export'.  Stop.

You should do:
 export PATH=/usr/lib/kde4/bin/:$PATH
on the konsole before doing the cmake stuff.


> root at hardy-laptop:~/graphics/build# cmake -DCMAKE_BUILD_TYPE=debugfull
> -DCMAKE_INSTALL_PREFIX=/opt/kde4 ../../graphics  export
> PATH=/usr/lib/kde4/bin/:$PATH
> CMake Error: The source directory
> "/root/graphics/build/PATH=/usr/lib/kde4/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
> does not exist.
> Specify --help for usage, or press the help button on the CMake GUI.
> root at hardy-laptop:~/graphics/build#

HTH, Arnd




More information about the Digikam-users mailing list