summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-01-28 13:15:37 +0100
committerSlávek Banko <slavek.banko@axis.cz>2022-01-30 15:34:51 +0100
commit62644d351c27164ab66ae95437d19d4bdd3a97f2 (patch)
tree67bcf79ebd7ded7ba23869f79ec9d9a936d816a4 /README
parent5674a02fa440fc588d2b7800c7ff7cd8eed871ed (diff)
downloadlibkdcraw-62644d351c27164ab66ae95437d19d4bdd3a97f2.tar.gz
libkdcraw-62644d351c27164ab66ae95437d19d4bdd3a97f2.zip
Drop automake build support.
Rework the README and INSTALL files. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 733f0a554b6389432af4e042a289650e7c212464)
Diffstat (limited to 'README')
-rw-r--r--README34
1 files changed, 0 insertions, 34 deletions
diff --git a/README b/README
deleted file mode 100644
index 639b406..0000000
--- a/README
+++ /dev/null
@@ -1,34 +0,0 @@
-LibRaw C++ interface for KDE
-
-This library is a part of Kipi-Plugins project (http://www.kipi-plugins.org)
-It has been modified for use in the Trinity Desktop Environment (http://www.trinitydesktop.org)
-
--- AUTHORS -----------------------------------------------------------
-
-See AUTHORS file for details.
-
-
--- ABOUT -------------------------------------------------------------
-
-Libkdcraw is a C++ interface around LibRaw library used to decode RAW
-picture files.
-
-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.qtsoftware.com
-libkde >= 3.4.x (>=3.5.x recommended) http://www.kde.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