安装 | Installation
本指南将展示如何构建、安装和更新Curio二进制文件
Installation
安装
Debian package installation
Debian包安装
// Start of Selection
1. 安装先决条件
```bash
sudo apt install mesa-opencl-icd ocl-icd-opencl-dev gcc git jq pkg-config curl clang build-essential hwloc libhwloc-dev libarchive-dev libgmp-dev libconfig++-dev wget -y && sudo apt upgrade -ysudo wget -O /usr/share/keyrings/curiostorage-archive-keyring.gpg https://filecoin-project.github.io/apt/KEY.gpg
echo "deb [signed-by=/usr/share/keyrings/curiostorage-archive-keyring.gpg] https://filecoin-project.github.io/apt stable main" | sudo tee /etc/apt/sources.list.d/curiostorage.list
sudo apt updateLinux Build from source
Linux从源代码构建
Software dependencies
软件依赖
Rustup
Go
System Configuration
系统配置
Build and install Curio
构建和安装Curio
对于主网:
对于校准测试网:
或
Native Filecoin FFI
原生Filecoin FFI
MacOS Build from source
MacOS从源代码构建
Software dependencies
软件依赖
Homebrew
Homebrew
Rust
Build and install Curio
构建和安装Curio
或
或
Last updated