Open TamaMcGlinn opened 4 years ago
Steps to Reproduce:
I am assuming the step missing in the readme is to do mkdir build && cd build && cmake .. && make but this isn't obvious and should be in the README.
mkdir build && cd build && cmake .. && make
I've made a pullrequest to add this to the readme, since it now seems to be working.
Steps to Reproduce:
I am assuming the step missing in the readme is to do
mkdir build && cd build && cmake .. && make
but this isn't obvious and should be in the README.