Skip to content

Commit 109dedb

Browse files
committed
[fix] : required package for build in document
1 parent df63e15 commit 109dedb

2 files changed

Lines changed: 2 additions & 9 deletions

File tree

docs/en/BUILD.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,7 @@ sudo ./keyring.sh --alter-add --arch32-add
2525
Install the packages required for build.
2626

2727
```bash
28-
sudo pacman -S --needed git make arch-install-scripts squashfs-tools libisoburn dosfstools lynx archiso
29-
```
30-
31-
#### Install the dependencies
32-
Install the packages required for building.
33-
34-
```bash
35-
sudo pacman -S --needed git make arch-install-scripts squashfs-tools libisoburn dosfstools lynx archiso
28+
sudo pacman -S --needed git make ninja arch-install-scripts squashfs-tools libisoburn dosfstools cmake
3629
```
3730

3831
### Use the TUI

docs/jp/BUILD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ sudo ./keyring.sh --alter-add --arch32-add
2525
ビルドに必要なパッケージをインストールします。
2626

2727
```bash
28-
sudo pacman -S --needed git make arch-install-scripts squashfs-tools libisoburn dosfstools lynx archiso
28+
sudo pacman -S --needed git make ninja arch-install-scripts squashfs-tools libisoburn dosfstools cmake
2929
```
3030

3131
### TUIを使用する

0 commit comments

Comments
 (0)