You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@willemneal thank you for extra info. I have not tested this but if those commands work and avoids pulling build dependencies then I'd fully support switching official docs to them.
What version are you using?
I tried to use 0.8.0
What did you do?
I tried to install soroban cli using docs on Ubuntu 22.04 on amd64 platform.
Exact steps I followed:
cargo install --locked --version 0.8.0 soroban-cli
. This failed with the following:sudo apt-get install gcc
cargo install --locked --version 0.8.0 soroban-cli
. This time if failed with:sudo apt install g++
What did you expect to see?
I expected install instructions to work on a vanilla Ubuntu 22.04 system.
What did you see instead?
I had to install two Ubuntu packages in order to install the CLI:
gcc
andg++
The text was updated successfully, but these errors were encountered: