minmon icon indicating copy to clipboard operation
minmon copied to clipboard

Release with binary

Open urza opened this issue 8 months ago • 4 comments

Hi, would you consider publishing compiled binary with your releases please?

For people who are not rust developers, it is added complexity to compile minmon. I just followed your instructions, but my cargo install command ended with error

error: linker `cc` not found
  |
  = note: No such file or directory (os error 2)

error: could not compile `proc-macro2` (build script) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
error: could not compile `libc` (build script) due to 1 previous error
error: failed to compile `minmon v0.9.0 (/home/urza/minmon/minmon)`, intermediate artifacts can be found at `/home/urza/minmon/minmon/target`.
To reuse those artifacts with a future compilation, set the environment variable `CARGO_TARGET_DIR` to that path.

I can imagine that it is not just me who would appreciate if you published the binary with releases that we could just drop into the system..

Thanks

urza avatar Jun 21 '24 11:06 urza