Closed mindgitrwx closed 5 years ago
No, it's not a typo. My guess is you already have the "build" subfolder created and the mkdir build && cd build
line fails because the folder already exist. You can either delete the folder and rerun the commands as they are, or simply cd build
and cmake ..
It is not work correctly.
It must changed like this way on my ubuntu enviroment.