Is it possible that a step is missing from the installation instructions at https://github.com/marbl/MetaCarvel/wiki/2.-Installing-the-software?
The page reports the following procedure:
git clone --recursive https://github.com/marbl/MetaCarvel.git
cd MetaCarvel
bash install.sh
But before running the last command I first needed to cd to OGDF and execute cmake ., otherwise the build would fail with error:
OGDF/include/ogdf/internal/basic/config.h:44:10: fatal error: ogdf/internal/config_autogen.h: No such file or directory
44 | #include <ogdf/internal/config_autogen.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Is it possible that a step is missing from the installation instructions at https://github.com/marbl/MetaCarvel/wiki/2.-Installing-the-software?
The page reports the following procedure:
git clone --recursive https://github.com/marbl/MetaCarvel.git cd MetaCarvel bash install.shBut before running the last command I first needed to
cdtoOGDFand executecmake ., otherwise the build would fail with error: