TODO: Clean up the build instructions
Closed this issue · 2 comments
geoffmcl commented
The build instructions are QUITE A MESS ;=((
The ONLY valid instruction for this fork is using cmake to configure and generate native 'build' files...
This includes removing all trace of the 'previous' instructions; simplify down to just one build folder; etc
That is create a build directory of your choice, or use the current 'build' folder - cd build
cmake .. [-G generator-of-choice] [-DCMAKE_INSTALL_PREFIX=/path/for/install]
Run the native builder, or generator of choice
geoffmcl commented
Done lots of this, but still to check it is all gone...
geoffmcl commented
seems so... so closing