OSDN Git Service

[fix] : required package for build in document
authorwatasuke102 <watasuke102@gmail.com>
Sat, 12 Sep 2020 13:37:53 +0000 (22:37 +0900)
committerwatasuke102 <watasuke102@gmail.com>
Sat, 12 Sep 2020 13:38:18 +0000 (22:38 +0900)
docs/en/BUILD.md
docs/jp/BUILD.md

index d0ff74e..b70456b 100644 (file)
@@ -25,14 +25,7 @@ sudo ./keyring.sh --alter-add --arch32-add
 Install the packages required for build.
 
 ```bash
-sudo pacman -S --needed git make arch-install-scripts squashfs-tools libisoburn dosfstools lynx archiso
-```
-
-#### Install the dependencies
-Install the packages required for building.  
-
-```bash
-sudo pacman -S --needed git make arch-install-scripts squashfs-tools libisoburn dosfstools lynx archiso
+sudo pacman -S --needed git make ninja arch-install-scripts squashfs-tools libisoburn dosfstools cmake
 ```
 
 ### Use the TUI
index 6dd9002..d5228a3 100644 (file)
@@ -25,7 +25,7 @@ sudo ./keyring.sh --alter-add --arch32-add
 ビルドに必要なパッケージをインストールします。
 
 ```bash
-sudo pacman -S --needed git make arch-install-scripts squashfs-tools libisoburn dosfstools lynx archiso
+sudo pacman -S --needed git make ninja arch-install-scripts squashfs-tools libisoburn dosfstools cmake
 ```
 
 ### TUIを使用する