Linux

Install Sui on Linux – Sui Fullstack Tutorial #2.c



This video goes over how to install the Sui CLI on Linux (Ubuntu)

Sui Docs:

1. Update apt repositories: “apt update”
2. Install all package requirements: “apt install curl git-all cmake gcc libssl-dev pkg-config libclang-dev libpq-dev build-essential”
3. Install VSCode via deb package: , then “apt install /path/to/deb”
4. Install Rust: `curl –proto ‘=https’ –tlsv1.2 -sSf | sh`
5. Install Sui CLI: `cargo install –locked –git –branch devnet sui`
6. Install nvm: Go to and run the latest version of the install command in the README, should look something like: `curl -o- | bash`
7. Install node: `nvm use –lts`
8. Install Move-Analyzer: `cargo install –git move-analyzer –branch sui-move –features “address32″`
9. If move-analyzer does not work the first time, try editing “Move-analyzer.Server.Path” in VSCode settings, change it to the result of “which move-analyzer”

[ad_2]

source

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button