#author("2021-12-27T03:12:27+09:00","default:ryuichi","ryuichi")
#author("2021-12-27T03:12:35+09:00","default:ryuichi","ryuichi")
* Pijul インストール [#y45eef67]

** 前提 [#o2d837c9]
 

- Ubuntu 20.04


** 手順 [#m76328f3]

*** 1. rustup [#e446bf9a]
 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

*** 2. ビルドツール [#z596a280]
 sudo apt install make libsodium-dev libclang-dev pkg-config libssl-dev libxxhash-dev libzstd-dev clang

*** 3. Pijul [#h61a6b32]
 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 .

** 参考 [#udd8823c]

- https://pijul.com/manual/installing.html
- https://nest.pijul.com/pijul/pijul/discussions/591

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