Linuxビルドに必要な依存関係について記載 (#3)

* Linuxビルドに必要な依存関係について記載
前から気になっていた「SDカードにコピー」の記事の修正
Ruby2.7インストールの方法を記載

* レビュー内容を反映

Co-authored-by: BuildTools <unconfigured@null.spigotmc.org>
This commit is contained in:
Threebents
2022-01-08 20:01:24 +09:00
committed by GitHub
parent 773945e7f9
commit 9b375fd6fc
3 changed files with 19 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ excerpt: ""
以下のコマンドで依存関係をインストールします。
```sh
sudo apt install build-essential bison flex libncurses5-dev gcc-arm-linux-gnueabi debootstrap qemu-user-static
sudo apt install build-essential bison flex libncurses5-dev gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf libssl-dev bc lzop qemu-user-static debootstrap kpartx
```