Closed nycki93 closed 10 months ago
When installing v0.4.0 on Windows 10, I got the error 'OMG CMake is not installed. Install CMake.'
I was able to solve this by running winget install Kitware.CMake. I also had to close and re-open my console to get the path to update.
winget install Kitware.CMake
Just putting this here in case anyone else gets stuck. Would be good to add this info to the readme.
Thanks! I'll do it later.
The document of this repo really needs a rewriting. If v0.4.0 is proven stable and I have enough time, the next step is totally update the document.
When installing v0.4.0 on Windows 10, I got the error 'OMG CMake is not installed. Install CMake.'
I was able to solve this by running
winget install Kitware.CMake
. I also had to close and re-open my console to get the path to update.Just putting this here in case anyone else gets stuck. Would be good to add this info to the readme.