japaric-archived / copper

DEPRECATED in favor of https://github.com/rust-embedded/book
Apache License 2.0
291 stars 27 forks source link

macOS - xargo build fails without cmake #33

Closed jcsoo closed 8 years ago

jcsoo commented 8 years ago

When attempting cargo install xargo, the build fails in the libssh2-sys crate because there is no cmake installed by default on OSX.

brew install cmake fixes the problem.

japaric commented 8 years ago

As time goes by, we find out that Xargo needs more and more dependencies, it seems. The copper book, at this point, is probably out of date in that regard but the Xargo README should be up to date. We should point to that in the book.

japaric commented 8 years ago

Xargo 0.2.0+ no longer depends on system C libraries or cmake.

Closing.