plasp icon indicating copy to clipboard operation
plasp copied to clipboard

Make fails following building steps

Open guilyx opened this issue 5 years ago • 1 comments

Hi,

The building.md files states the following:

git clone https://github.com/potassco/plasp.git
cd plasp
mkdir -p build/release
cd build/release
cmake ../.. -DCMAKE_BUILD_TYPE=Release
make

But this needs to be run for a make that doesn't fail:

git submodule init
git submodule update

Otherwise it fails stating:

 fatal error: mapbox/variant.hpp: No such file or directory
 #include <mapbox/variant.hpp>
          ^~~~~~~~~~~~~~~~~~~~

guilyx avatar Dec 17 '20 00:12 guilyx

run in the cloned plasp/ directory: $ git submodule update --init --recursive

ZimneJonas avatar Feb 13 '23 14:02 ZimneJonas