Compiling darktable .dmg: A bump in the tracks

sometimes after installing experimental stuff from pull request not working properly some libraries needs to be deleted to avoid side effects with the current master.
It’s sufficient to do
sudo rm -rf /usr/local/share/darktable
sudo rm -rf /usr/local/lib/darktable
to get rid of experimental stuff

1 Like