Revision f8e2f3d2fdeb3283845514ddc69fb23686ee8afd authored by Pascal de Bruijn on 06 December 2010, 22:13:00 UTC, committed by Henrik Andersson on 06 December 2010, 22:35:11 UTC
1 parent 5ca36b3
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