Новое видео
This video goes over how to install the Sui CLI on Windows Sui Docs: WSL Docs: 1. Install WSL for your platform. This can typically be done with wsl --install in powershell. Read the WSL Microsoft docs for more information. 2. On Linux apt update then install dependency packages: 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 pathtodeb 4. Install Rust: curl --proto https --tlsv1.2 -sSf sh 5. Install Sui CLI: cargo install --locked --git ...
Категория видео: ЛайфстайлНовое видео