update
[kdegraphics.git] / libs / libkdcraw / README
blob28498ad2abfe15fdf886f13c898b931fa39c9249
1 LibRaw C++ interface for KDE
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 Libkdcraw is a C++ interface around LibRaw library used to decode RAW
12 picture files. More information about LibRaw can be found at http://www.libraw.org.
14 This library is used by kipi-plugins, digiKam and others kipi host programs.
16 The library documentation is available on header files.
18 -- DEPENDENCIES -------------------------------------------------------
20 CMake      >= 2.4.x                    http://www.cmake.org
21 libqt      >= 4.2.x                    http://www.trolltech.com
22 libkde     >= 4.0.x                    http://www.kde.org
23 liblcms    >= 1.14.x (used by libraw)  http://www.littlecms.com
24 libjpeg    >= 6b     (used by libraw)  http://www.ijg.org
26 -- INSTALL ------------------------------------------------------------
28 In order to compile, especially when QT3/Qt4 are installed at the same time, 
29 just use something like that:
31 # export VERBOSE=1
32 # export QTDIR=/usr/lib/qt4/  
33 # export PATH=$QTDIR/bin:$PATH 
34 # cmake .
35 # make
37 Usual CMake options :
39 -DCMAKE_INSTALL_PREFIX : decide where the program will be install on your computer.
40 -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).
42 Compared to old KDE3 autoconf options:
44 "cmake . -DCMAKE_BUILD_TYPE=debugfull" is equivalent to "./configure --enable-debug=full"
45 "cmake . -DCMAKE_INSTALL_PREFIX=/usr"  is equivalent to "./configure --prefix=/usr"
47 More details can be found ata this url: http://techbase.kde.org/Development/Tutorials/CMake#Environment_Variables
49 -- CONTACT ------------------------------------------------------------
51 If you have questions, comments, suggestions to make do email at :
53 kde-imaging@kde.org
55 IRC channel from freenode.net server:
57 #kde-imaging
59 -- BUGS ---------------------------------------------------------------
61 IMPORTANT : the bugreports and wishlist are hosted by the KDE bugs report 
62 system who can be contacted by the standard Kde help menu of plugins dialog. 
63 A mail will be automaticly sent to the Kipi mailing list.
64 There is no need to contact directly the Kipi mailing list for a bug report 
65 or a devel wish.
67 The current Kipi bugs and devel wish reported to the Kde bugs report can be see 
68 at this url :
70 http://bugs.kde.org/buglist.cgi?product=kipiplugins&component=libkdcraw&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED