Checking the guides, I was not able to find an instruction to install quartz via cargo without needing to pull the repo (cargo install quartz-rs).
The paths in instructions are referencing https://github.com/informalsystems/cycles-quartz, but the path has changed to https://github.com/informalsystems/quartz.
Parts of https://github.com/informalsystems/quartz/blob/main/docs/getting_started.md should be in the root Readme and it should specify that installation (cargo) should be done like this:
sudo apt update
sudo apt upgrade -y
sudo apt install build-essential clang libclang-dev pkg-config libssl-dev protobuf-compiler ca-certificates
cargo install quartz-rs # install quartz after installing all deps
Task
Make sure the instructions are correct and can be followed without encountering errors.
Checking the guides, I was not able to find an instruction to install quartz via cargo without needing to pull the repo (
cargo install quartz-rs).The paths in instructions are referencing
https://github.com/informalsystems/cycles-quartz, but the path has changed tohttps://github.com/informalsystems/quartz.Parts of https://github.com/informalsystems/quartz/blob/main/docs/getting_started.md should be in the root
Readmeand it should specify that installation (cargo) should be done like this:sudo apt update sudo apt upgrade -y sudo apt install build-essential clang libclang-dev pkg-config libssl-dev protobuf-compiler ca-certificates cargo install quartz-rs # install quartz after installing all depsTask
Make sure the instructions are correct and can be followed without encountering errors.