Skip to content

[wiki] Missing step in installation instructions #21

@AlexSartori

Description

@AlexSartori

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>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions