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
What are you trying to achieve:
in case of the latter, you can just:
cd tools/noise
mkdir build
cd build
cmake -DCMAKE_INSTALL_LIBEXECDIR=/opt/darktable ..
sudo make install