libkdcraw from trunk (KDE4.3) : updated internal LibRaw to 0.7.0-a1:
[kdegraphics.git] / libs / libkipi / README
blob0003f2e35c534ee1c2bbfebaa8a3bd2f3c07ddd2
1 KIPI Library (KDE Image Program Interface)
3 This library is a part of Kipi-Plugins project (http://www.kipi-plugins.org)
5 -- AUTHORS ------------------------------------------------------------
7 See AUTHORS file for details.
9 -- ABOUT --------------------------------------------------------------
11 Libkipi is an interface to use kipi-plugins from a KDE image management 
12 program like digiKam (http://www.digikam.org).
14 The library documentation is available on header files.
16 -- DEPENDENCIES -------------------------------------------------------
18 CMake      >= 2.4.x                     http://www.cmake.org
19 libqt      >= 4.2.x                     http://www.trolltech.com
20 libkde     >= 4.0.x                     http://www.kde.org
22 -- INSTALL ------------------------------------------------------------
24 In order to compile, especially when QT3/Qt4 are installed at the same time, 
25 just use something like that:
27 # export VERBOSE=1
28 # export QTDIR=/usr/lib/qt4/  
29 # export PATH=$QTDIR/bin:$PATH 
30 # cmake .
31 # make
33 Common CMake options:
35 -DCMAKE_INSTALL_PREFIX : cmake . -DCMAKE_INSTALL_PREFIX=/usr is the equivalent to ./configure --prefix=/usr 
36 -DCMAKE_BUILD_TYPE     : decide which type of build you want. You can chose between "debugfull", "debug", "profile", "relwithdebinfo" and "release". 
37 The default is "relwithdebinfo" (-O2 -g). 
39 More details can be found ata this url: http://techbase.kde.org/Development/Tutorials/CMake#Environment_Variables
41 -- CONTACT ------------------------------------------------------------
43 If you have questions, comments, suggestions to make do email at:
45 kde-imaging@kde.org
47 IRC channel from freenode.net server: 
49 #kde-imaging 
51 -- BUGS ---------------------------------------------------------------
53 IMPORTANT : the bugreports and wishlist are hosted by the KDE bugs report 
54 system who can be contacted by the standard Kde help menu of plugins dialog. 
55 A mail will be automatically sent to the Kipi mailing list.
56 There is no need to contact directly the Kipi mailing list for a bug report 
57 or a devel wish.
59 The current libkipi bugs and devel wishes reported to the KDE bugzilla can be see 
60 at this url:
62 http://bugs.kde.org/buglist.cgi?product=kipiplugins&component=libkipi&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED