neuroprod / InsectRobotSimulation

hexapod
https://www.youtube.com/watch?v=VwTd5cWJx2M
284 stars 50 forks source link

Add CMake support and build script #2

Closed oqu closed 4 years ago

oqu commented 4 years ago

On mac os, ./build.sh can succesfully build this project.

Dependencies are cloned if not already available.

oqu commented 4 years ago

@magicrb, @androiddrew, you can try build.sh and let me know ?

MagicRB commented 4 years ago

Won't build in my machine, and also, CINDER_PATH=${THIS_PATH}/cinder should be CINDER_PATH=${THIS_PATH}/Cinder. The not building part, is a my machine specific thing, I think, I had this same issue with klipper, and it's a missing set of headers. Not your fault, it would be build on my laptop, I think. @androiddrew can verify my assumption

oqu commented 4 years ago

@MagicRB , thanks for the check. I modified the build script. It looks like Mac OS does not care about the case.

neuroprod commented 4 years ago

Thank you guys!

androiddrew commented 4 years ago

Unfortunately, ./build.sh hasn't worked out the gate.

Cinder has not been configure, running cmake ...
./build.sh: line 36: cmake: command not found
androiddrew commented 4 years ago

Whoops thought I had cmake..brew install fixed it.