In preparation to including the manalyzer into MIDAS, I split it into a separate
repository and included it into ROOTANA as a git submodule.
https://bitbucket.org/tmidas/manalyzer/src/master/
This will cause a minor difficulty and require a manual adjustment next time you
do a "git pull":
- check that (a) manalyzer directory is empty or (b) it only has .o and .exe
files, in both cases delete it
- run "git submodule init; git submodule update", you should see it clone the
manalyzer repository
K.O. |