Skip to content

Latest commit

 

History

History
62 lines (42 loc) · 2.24 KB

README.md

File metadata and controls

62 lines (42 loc) · 2.24 KB

darktable

darktable is an open source photography workflow application and raw developer. A virtual lighttable and darkroom for photographers. It manages your digital negatives in a database, lets you view them through a zoomable lighttable and enables you to develop raw images and enhance them.

http://www.darktable.org/

Contributing

Building

Easy way

./build.sh --prefix /opt/darktable --build-type Release

Manual way

mkdir build/
cd build/
cmake -DCMAKE_INSTALL_PREFIX=/opt/darktable/ ..
make
sudo make install

Further reading

There is a comprehensive list of build instructions for all the widely used Linux distributions.

Tip: Check that you have the latest gphoto2 library installed in order to support the newest cameras.

Issue tracking

http://www.darktable.org/redmine/projects/darktable/issues

Wiki

Mailing lists