-
So on my local dev machine I'm able to get I tried installing
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
So libstd is libc, so you'll require a c standard library. If you don't want to use coveralls you can build without default features and that'll remove the openssl requirements. Apart from that I think the only other requirement would be a rust tool chain (cargo etc). Managing the rust install via rustup may also be nicer as tarpaulin can make use of some of the rustup environment to make it's life easier |
Beta Was this translation helpful? Give feedback.
So libstd is libc, so you'll require a c standard library. If you don't want to use coveralls you can build without default features and that'll remove the openssl requirements. Apart from that I think the only other requirement would be a rust tool chain (cargo etc). Managing the rust install via rustup may also be nicer as tarpaulin can make use of some of the rustup environment to make it's life easier