From d982318055f4ab856a459aab9bb880d55d45f723 Mon Sep 17 00:00:00 2001 From: cgilles Date: Mon, 22 Sep 2008 12:36:54 +0000 Subject: [PATCH] update git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/KDE/kdegraphics@863558 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- libs/libkdcraw/README | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/libs/libkdcraw/README b/libs/libkdcraw/README index 1780bf4b..ee1d0369 100644 --- a/libs/libkdcraw/README +++ b/libs/libkdcraw/README @@ -23,6 +23,13 @@ libkde >= 4.0.x 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: + +"-DENABLE_OPENMP=yes" CMake 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 + + -- INSTALL ------------------------------------------------------------ In order to compile, especially when QT3/Qt4 are installed at the same time, @@ -36,8 +43,6 @@ just use something like that: Usual CMake options : --DENABLE_OPENMP=yes : Use LibRaw parralelized codes using OpenMp to speed demosaicing operation (default=no). - -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). -- 2.11.4.GIT