We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Clone the IMC repository inside the DUNE build directory. Change the branch to the one intended. The imc folder must be named "IMC".
Then, in the build directory run:
make imc
You should then commit all the changed files observing the rules in Git: Commit Messages.
If it didn't seem to work, please check on your terminal if python command exists.
If not, please install Python, or if is already installed as python3, fix this by running
sudo apt install python-is-python3
After installing python-is-python3, rebuild it, now with python:
make rebuild_cache && make