summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-01-18 08:20:49 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-01-18 08:20:49 +0000
commit080528894f0f3ac6940d70065ae078d195ca8c6d (patch)
tree130321cf5fd4761e25c1d220ce3f352a2acbc09c /README
parentc8cbf37a42b051b362366df6f0dbe9919a102dbe (diff)
downloadlibkdcraw-080528894f0f3ac6940d70065ae078d195ca8c6d.tar.gz
libkdcraw-080528894f0f3ac6940d70065ae078d195ca8c6d.zip
Updated to last released KDE3 version of libkdcraw (0.1.9)
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/libraries/libkdcraw@1076417 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'README')
-rw-r--r--README21
1 files changed, 14 insertions, 7 deletions
diff --git a/README b/README
index 9110a54..0bb010a 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-DCRAW program interface for KDE
+LibRaw C++ interface for KDE
This library is a part of Kipi-Plugins project (http://www.kipi-plugins.org)
@@ -10,18 +10,25 @@ See AUTHORS file for details.
-- ABOUT -------------------------------------------------------------
-Libkdcraw is a C++ interface around dcraw binary program used to decode RAW
-picture files. The library documentation is available on header files.
+Libkdcraw is a C++ interface around LibRaw library used to decode RAW
+picture files.
-This library is used by kipi-plugins, digiKam and others kipi host programs.
+The library documentation is available on header files.
+This library is used by kipi-plugins, digiKam and others kipi host programs.
-- DEPENDENCIES -------------------------------------------------------
AutoConf >= 2.5.x http://www.gnu.org/software/autoconf
AutoMake >= 1.7.x http://www.gnu.org/software/automake
-libqt >= 3.3.x http://www.trolltech.com
+libqt >= 3.3.x http://www.qtsoftware.com
libkde >= 3.4.x (>=3.5.x recommended) http://www.kde.org
-liblcms >= 1.14.x (used by dcraw.c) http://www.littlecms.com
-libjpeg >= 6b (used by dcraw.c) http://www.ijg.org
+liblcms >= 1.14.x (used by libraw) http://www.littlecms.com
+libjpeg >= 6b (used by libraw) http://www.ijg.org
+
+Optional:
+
+"--enable-openmp" .configure script option set on parallelized LibRaw code to
+speed-up RAW demosaicing operations.
+libgomp >= 4.3.x (used by libraw) http://gcc.gnu.org/projects/gomp