automerge / automerge-go

MIT License
98 stars 6 forks source link

./deps/rebuild.sh: line 34: cmake: command not found #30

Open gedw99 opened 1 month ago

gedw99 commented 1 month ago

needs fixing.

am on a Mac with docker and its not working.

readme says it should: https://github.com/automerge/automerge-go?tab=readme-ov-file#building-from-automerge-c

gedw99 commented 1 month ago

@ConradIrwin

would you mind having a look at my makefile ?

https://github.com/gedw99/automerge-go

I am trying to get everything working from nothing..

make all 
alexjg commented 1 month ago

Could you post some more details about how you're running the build and the error that occurs? From the title of your issue it looks like you don't have cmake installed but it's hard to tell without more details. What command are you running and what's the output?