Revision 5c7de5e814f033b6a1f661b9c428b1509d5aac88 authored by parafin on 22 April 2014, 16:57:17 UTC, committed by parafin on 22 April 2014, 16:59:56 UTC
which promises correct implementation of macosx_deployment_target

(cherry picked from commit 76c7416fc8e6dab241dfdc10cdad093fba6d00b3)
1 parent d49c31c
Raw File
README.md
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/](http://www.darktable.org/ "darktable homepage")

Contributing
------------

* Write a blog about darktable
* Create a tutorial for darktable
* Help expand the [user wiki](http://www.darktable.org/redmine/projects/users/wiki)
* Answer questions on the [user mailing list](http://sourceforge.net/mailarchive/forum.php?forum_name=darktable-users)
* Share your ideas on the [developer mailing list](http://sourceforge.net/mailarchive/forum.php?forum_name=darktable-devel)
* Test [releases](http://www.darktable.org/install/)
* Review [pull requests](http://github.com/darktable-org/darktable/pulls)
* Start [hacking on darktable](http://www.darktable.org/redmine/projects/darktable/wiki/Contributing_code)

Building
--------

### Release build

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

### Debug build

            ./build.sh --prefix /opt/darktable --buildtype Debug


**Tip:** Check that you have the latest [gphoto2 library](http://www.gphoto.org/ "gphoto2 homepage") installed in order to support the newest cameras.

Issue tracking
--------------

[http://www.darktable.org/redmine/projects/darktable/issues](http://www.darktable.org/redmine/projects/darktable/issues "darktable issue tracking")

Wiki
----

* [User wiki](http://www.darktable.org/redmine/projects/users/wiki "darktable user wiki")
* [Developer wiki](http://www.darktable.org/redmine/projects/darktable/wiki "darktable developer wiki")


Mailing lists
-------------

* Announcements [[subscribe](https://lists.sourceforge.net/lists/listinfo/darktable-announcements) | [archive](http://sourceforge.net/mailarchive/forum.php?forum_name=darktable-announcements)]
* Users [[subscribe](https://lists.sourceforge.net/lists/listinfo/darktable-users) | [archive](http://sourceforge.net/mailarchive/forum.php?forum_name=darktable-users)]
* Developer [[subscribe](https://lists.sourceforge.net/lists/listinfo/darktable-devel) | [archive](http://sourceforge.net/mailarchive/forum.php?forum_name=darktable-devel)]
back to top