Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release > by-pkgid > 40b9d72c882befe33af23a9da9fcbef9 > files > 19

libkface-common-4.8.0-1.mga5.noarch.rpm

LibKFace Library interface for KDE

This library is a part of digiKam project (http://www.digikam.org)

-- AUTHORS ------------------------------------------------------------

See AUTHORS file for details.

-- ABOUT --------------------------------------------------------------

Libkface is a Qt/C++ library to perform face detection and recognition over pictures 

This library is used by kipi-plugins, digiKam and others kipi host programs.

The library documentation is available on header files.

-- DEPENDENCIES -------------------------------------------------------

CMake      >= 2.8.x                    http://www.cmake.org
libqt      >= 4.6.x                    http://www.qtsoftware.com
libkde     >= 4.4.x                    http://www.kde.org
libopencv  >= 2.4.9                    http://opencv.willowgarage.com/wiki    (with opencv 'haarcascades' data files)

-- INSTALL ------------------------------------------------------------

In order to compile, especially when QT3/Qt4 are installed at the same time,
just use something like that:

# export VERBOSE=1
# export QTDIR=/usr/lib/qt4/
# export PATH=$QTDIR/bin:$PATH
# cmake .
# make

Usual CMake options:

-DCMAKE_INSTALL_PREFIX : decide where the program will be install on your computer.
-DCMAKE_BUILD_TYPE     : decide which type of build you want. You can chose between "debugfull", "debug", "profile", "relwithdebinfo" and "release". The default is "relwithdebinfo" (-O2 -g).

Compared to old KDE3 autoconf options:

"cmake . -DCMAKE_BUILD_TYPE=debugfull" is equivalent to "./configure --enable-debug=full"
"cmake . -DCMAKE_INSTALL_PREFIX=/usr"  is equivalent to "./configure --prefix=/usr"

More details can be found ata this url: http://techbase.kde.org/Development/Tutorials/CMake#Environment_Variables

Note: To know KDE install path on your computer, use 'kde-config --prefix' command line like this (with full debug object enabled):

"cmake . -DCMAKE_BUILD_TYPE=debugfull -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`"

-- CONTACT ------------------------------------------------------------

If you have questions, comments, suggestions to make do email at:

digikam-devel@kde.org

IRC channel from freenode.net server:

#digikam

-- BUGS ---------------------------------------------------------------

IMPORTANT : the bugreports and wishlist are hosted by the KDE bugs report 
system who can be contacted by the standard Kde help menu of plugins dialog. 
A mail will be automatically sent to the Kipi mailing list.
There is no need to contact directly the Kipi mailing list for a bug report 
or a devel wish.

The current Kipi bugs and devel wish reported to the Kde bugs report can be see 
at this url:

http://bugs.kde.org/buglist.cgi?product=digikam&component=libkface&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED