File: README

package info (click to toggle)
darktable 1.0.4-1%2Bdeb7u2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 11,620 kB
  • sloc: ansic: 98,133; cpp: 26,859; xml: 2,202; lisp: 1,940; sh: 720; python: 274; awk: 89; makefile: 83; perl: 57; asm: 46
file content (32 lines) | stat: -rw-r--r-- 984 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
this is darktable, a free raw photo viewer and organizer.

to build it, you need:

 - gtk+-2.0 (and dependencies, e.g. cairo, gdkpixbuf, etc.)
 - png, jpeg, tiff libraries (should be pulled by gdkpixbuf)
 - exiv2, OpenEXR, lensfun, lcms2, curl

optionally, you might need for special features:

 - gconf (for gconf backend)
 - gphoto2 (for camera support, recommended)
 - librsvg2 (for watermark plugin)
 - flickcurl (for Flickr support)
 - libGL/sdl12 (to build slideshow viewer)
 - dbus-glib, gnome-keyring (kwallet/gnome keyring support)

other used packages (supplied in the source tree):

 - LibRaw nikon_curve (taken from ufraw)

then, type:
$ mkdir build && cd build
$ cmake -DCMAKE_INSTALL_PREFIX=/usr ..
$ make install (or sudo make install)
$ darktable

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

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