Download and installation
You will need kdelibs 4.1 and libkdcraw 4.1 (from kdegraphics).And then, you just need to:
- download darkroom-1.3.tar.bz2
- unpack it
- cd darkroom 1.3
- mkdir build
- cd build
- cmake .. -DCMAKE_INSTALL_PREFIX=/where/to/install
- make
- make install
- execute darkroom
Developement version
You can get the developement version from KDE's svn:
- svn checkout svn://anonsvn.kde.org/home/kde/trunk/playground/graphics/darkroom
- cd darkroom
- mkdir build
- cd build
- cmake .. -DCMAKE_INSTALL_PREFIX=/where/to/install
- make
- make install
- execute darkroom