How to create camera noise profiles for darktable

What are you trying to achieve:

  • build the whole DT project with noise tools
  • build only noise tools?

in case of the latter, you can just:

cd tools/noise
mkdir build
cd build
cmake -DCMAKE_INSTALL_LIBEXECDIR=/opt/darktable ..
sudo make install