Closed larpon closed 4 years ago
Describe the bug
A clear and concise description of what the bug is.
The build instructions provided in the README doesn't work.
--recursive
CMake Error: The source directory "" does not exist. Specify --help for usage, or press the help button on the CMake GUI.
I also ended up with a build/ directory in my projects folder
build/
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
A working build
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
master
Additional context
Add any other context about the problem here.
I ended up using Qt Creator which worked
Yes, confirm, sorry about that! You should clone with recursive for submodules... I will fix README in a few time
Describe the bug
The build instructions provided in the README doesn't work.
--recursive
flag?I also ended up with a
build/
directory in my projects folderTo Reproduce
Expected behavior
A working build
Screenshots
Desktop (please complete the following information):
master
Additional context
I ended up using Qt Creator which worked