Revision 1225e5630ad8199dadc3a12d9143d320715d7cc4 authored by Henrik Andersson on 17 November 2010, 18:36:43 UTC, committed by Henrik Andersson on 17 November 2010, 18:36:43 UTC
2 parent s 3a568f8 + 3c94dbf
Raw File
README
this is darktable, a free raw photo viewer and organiser.

to build it, you need:

 - lcms gtk+-2.0 libglade-2.0 libgthread-2.0 cairo libjpeg libpng gconf lensfun tiff exiv2

other used packages (supplied in the source tree):

 - LibRaw nikon_curve (taken from ufraw)

then, type:

 $ ./autogen.sh
 $ ./configure [--enable-debug] --prefix=/usr
 # make install
 $ darktable

(the first step is only necessary when building from git for the first time)
and enjoy!


send any bugreports to the mailing list: darktable-devel@lists.sf.net
find more information on the web: http://darktable.sf.net/

back to top