mcveanlab/mccortex

Error message during installation

abeu9727 opened this issue · 2 comments

We are getting this error message during installation. Any ideas on how to resolve this? Thanks.

make all
cd libs; make
make[1]: Entering directory '/home/microstaff/Software/mccortex/libs'
make[1]: *** No rule to make target 'xxHash/Makefile', needed by 'xxHash'. Stop.
make[1]: Leaving directory '/home/microstaff/Software/mccortex/libs'
Makefile:324: recipe for target 'libs/string_buffer/string_buffer.h' failed
make: *** [libs/string_buffer/string_buffer.h] Error 2

Did you clone with:

git clone --recursive https://github.com/mcveanlab/mccortex

If you missed the --recursive, you need to run: git submodule update --init --recursive, then try make all again.

Thank you for your help. This has resolved the problem.