The instructions still do not appear to work:
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/opt/darktable -DBUILD_NOISE_TOOLS=ON ..
cd tools/noise
make
sudo make install
The cmake command works, and terminates with:
– Build files have been written to: /home/colinadams/darktable/build
note build, not …/tools/noise
cd tools/noise doesn’t work - I substituted cd …/tools/noise, but
[colinadams@fedora noise]$ make
make: *** No targets specified and no makefile found. Stop.
Note this is with up-to-date git master. @kmilos says the problems should be fixed there.
Please advise.