~ubuntu-branches/ubuntu/saucy/darktable/saucy

« back to all changes in this revision

Viewing changes to doc/README

  • Committer: Bazaar Package Importer
  • Author(s): David Bremner
  • Date: 2011-04-14 23:42:12 UTC
  • Revision ID: james.westby@ubuntu.com-20110414234212-kuffcz5wiu18v6ra
Tags: upstream-0.8
ImportĀ upstreamĀ versionĀ 0.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
this is darktable, a free raw photo viewer and organiser.
 
2
 
 
3
to build it, you need:
 
4
 
 
5
 - lcms gtk+-2.0 libglade-2.0 libgthread-2.0 cairo libjpeg libpng gconf lensfun tiff exiv2
 
6
 
 
7
other used packages (supplied in the source tree):
 
8
 
 
9
 - LibRaw nikon_curve (taken from ufraw)
 
10
 
 
11
then, type:
 
12
$ mkdir build && cd build
 
13
$ cmake -DCMAKE_INSTALL_PREFIX=/usr ..
 
14
# make install
 
15
$ darktable
 
16
 
 
17
(the first step is only necessary when building from git for the first time)
 
18
and enjoy!
 
19
 
 
20
 
 
21
send any bugreports to the mailing list: darktable-devel@lists.sf.net
 
22
find more information on the web: http://darktable.sf.net/
 
23