-
Team or ProjectNo response Module Affected
Rust Version1.85.0 Operating System
Issue DescriptionWhen i install ZK Stack CLI with cargo, it fails to install because there are some more missing dependencies in the installation which it expects. Expected BehaviorI expect it to install all dependencies by default when running Is it possible to have this directly in the installation? Current BehaviorIt will break the installation with the current version of zkstack. I had to restart the installation 3 times, installed the missing dependencies before and then it was good to go. Repository Link (if applicable)No response Additional DetailsI have answered this already in the comments, but am documenting this as nobody seems to have talked about this for no reason. Prior Research
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
On Windows before doing the cargo install part, do this:
Same for macOS with brew:
|
Beta Was this translation helpful? Give feedback.
On Windows before doing the cargo install part, do this:
sudo apt install make pkg-config libssl-dev
Same for macOS with brew:
brew install make pkg-config libssl-dev