chronoxor / CppTrader

High performance components for building Trading Platform such as ultra fast matching engine, order book processor
MIT License
833 stars 254 forks source link

./01-generate.sh: line 6: cmake: command not found #26

Closed andrenorman closed 2 years ago

andrenorman commented 2 years ago

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

chronoxor commented 2 years ago

image

andrenorman commented 2 years ago

@chronoxor thanks for the quick response. Those commands were previously run. image

chronoxor commented 2 years ago

image

chronoxor commented 2 years ago

CMake is also pre-required - https://cmake.org/download/

chronoxor commented 2 years ago

You may also try install cmake in terminal: brew install cmake

andrenorman commented 2 years ago

Thanks @chronoxor, installing cmake solved the issue.