Closed andrenorman closed 2 years ago
@chronoxor thanks for the quick response. Those commands were previously run.
CMake is also pre-required - https://cmake.org/download/
You may also try install cmake in terminal: brew install cmake
Thanks @chronoxor, installing cmake solved the issue.
Hello,
I just cloned the project and followed the steps to build the project. I'm on macOS and run the command
./unix.sh
inside the build folder which produces an error:./01-generate.sh: line 6: cmake: command not found
Any ideas on what could be going on?
Thanks