环境配置

2023-10-3 环境配置 小于 1 分钟

# 环境配置

# 安装 Rust

curl https://sh.rustup.rs -sSf | sh
rustup update stable
1
2

# 安装依赖

# Mac

brew install cmake pkg-config openssl git llvm
1

# Linux

sudo apt install cmake pkg-config libssl-dev git clang libclang-dev
1

更多

Melodot 基于 Substrate 开发,了解更多请至 Substrate (opens new window)

上次编辑于: 2023年10月3日 22:11
贡献者: DarkingLee