Pijul インストール

前提

  • Ubuntu 20.04

手順

1. rustup

 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

2. ビルドツール

 sudo apt install make libsodium-dev libclang-dev pkg-config libssl-dev libxxhash-dev libzstd-dev clang

3. Pijul

 cargo install cargo-download
 cargo download pijul=1.0.0-alpha.56 | tar -xz
 cd pijul-1.0.0-alpha.56/
 sed -i 's/3.0.0-beta.5/=3.0.0-beta.5'/ Cargo.toml
 cargo build
 cargo install --path .

参考


トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS

Last-modified: 2021-12-27 (月) 03:12:35