Git commit c84807b69e2afdc8d9c7a6bb86a811758982016f by Gilles Caulier. Committed on 31/10/2014 at 22:19. Pushed by cgilles into branch 'master'. polish M +6 -10 README http://commits.kde.org/digikam/c84807b69e2afdc8d9c7a6bb86a811758982016f diff --git a/README b/README index 51727f8..0923ae1 100644 --- a/README +++ b/README @@ -29,8 +29,7 @@ See AUTHORS file for details. = -- RELATED URLS ------------------------------------------------------- = -digiKam : http://www.digikam.org -kipi-plugins : http://www.digikam.org +http://www.digikam.org = -- CONTACT ------------------------------------------------------------ = @@ -52,8 +51,7 @@ A mail will automatically be sent to the digiKam developm= ent mailing list. There is no need to contact directly the digiKam mailing list for a bug re= port or a devel wish. = -The current bugs and devel wishes reported to the bugzilla servers can be = seen -at these urls : +The current bugs and devel wishes reported to the bugzilla servers can be = seen at these urls : = * digiKam (KDE bugzilla): = @@ -98,7 +96,7 @@ libkdcraw >=3D 2.2.0 https://p= rojects.kde.org/projects/ libopencv >=3D 2.4.9 http://opencv.willowgarage= .com libpgf >=3D 6.11.24 http://www.libpgf.org = -Optional : +Optional: = libjasper >=3D 1.7.x http://www.ece.uvic.ca/~md= adams/jasper To support JPEG2000. libkipi >=3D 2.0.0 https://projects.kde.org/p= rojects/kde/kdegraphics/libs/libkipi To support Kipi-plugins. @@ -112,8 +110,7 @@ libgphoto2 >=3D 2.4.0 http://= www.gphoto.org libusb >=3D 1.0.0 http://www.libusb.org = Required by Gphoto2 as linking depe= ndency. See details in bug #268267 libsqlite2 >=3D 2.x http://www.sqlite.org/ = Only used to import old database ve= rsion <=3D 0.7. = -Note : all library dependencies require development and binary packages in= stalled on your -computer to compile digiKam. +Note: all library dependencies require development and binary packages ins= talled on your computer to compile digiKam. = CMake compilation options to custom digiKam: = @@ -132,8 +129,7 @@ please install "ffmpegthumbs" package, which is the kde= multimedia Video thumbnai = -- INSTALLATION -------------------------------------------------------- = -In order to compile, especially when QT3/Qt4 are installed at the same tim= e, -just use something like that: +In order to compile, just use something like that: = # export VERBOSE=3D1 # export QTDIR=3D/usr/lib/qt4 @@ -152,7 +148,7 @@ Usual CMake options : "relwithdebinfo" : default. use gcc -O2 -g option= s. "release" : generate stripped and optimize= d bin files. For packaging. = -Compared to old KDE3 autoconf options: +Compared to old autoconf options: = "cmake . -DCMAKE_BUILD_TYPE=3Ddebugfull" is equivalent to "./configure --e= nable-debug=3Dfull" "cmake . -DCMAKE_INSTALL_PREFIX=3D/usr" is equivalent to "./configure --p= refix=3D/usr"