ga4gh-beacon / beacon-verifier

Tool to verify that a Beacon implementation follows the specification
2 stars 3 forks source link

Installation error #1

Closed carleshf closed 3 years ago

carleshf commented 3 years ago

Hi! Trying to install the verifier as indicated in the README resulted in error in Windows 10:

(win10-cnag) C:\Users\Carles> cargo install beacon-verifier
    Updating crates.io index
error: could not find `beacon-verifier` in registry `https://github.com/rust-lang/crates.io-index` with version `*`

The solution would be to indicate to install a git repository and point to beacon-verifier as:

(win10-cnag) C:\Users\Carles> cargo install --git https://github.com/ga4gh-beacon/beacon-verifier

Also, indicate all system-dependencies to properly perform the installation.

MrRobb commented 3 years ago

Hello Carles, the first production version of the verifier will be released this Friday. cargo install beacon-verifier should work by then. No dependencies other than Rust will be needed to run the verifier.

carleshf commented 3 years ago

Just so you know the REAME is still broken:

(imac-cnag)~ carles$ cargo install beacon-verifier
    Updating crates.io index
error: could not find `beacon-verifier` in registry `https://github.com/rust-lang/crates.io-index` with version `*`