From b6d4349774c9329d4badc346aa3b09820d5aa0fb Mon Sep 17 00:00:00 2001 From: Wen Yang Date: Thu, 8 Jun 2023 20:59:34 +0800 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a29544f..a1aa141 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ ``` 编译内核依赖于这些: -sudo apt install -y flex bison libssl-dev +sudo apt install -y flex bison libssl-dev gawk python 编译systemd依赖于: sudo apt install -y meson ninja-build pkg-config From c0203fe8070b7575ee36c663f5e2ae800ed4f399 Mon Sep 17 00:00:00 2001 From: Wen Yang Date: Thu, 8 Jun 2023 22:13:37 +0800 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1aa141..8b33754 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ ``` 编译内核依赖于这些: -sudo apt install -y flex bison libssl-dev gawk python +sudo apt install -y flex bison libssl-dev gawk python libelf-dev dwarves libncurses-dev 编译systemd依赖于: sudo apt install -y meson ninja-build pkg-config From 4deca1f1997c0799590b0deb8db3c5f6aa3b2ab7 Mon Sep 17 00:00:00 2001 From: Wen Yang Date: Thu, 8 Jun 2023 23:31:39 +0800 Subject: [PATCH 3/3] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b33754..762288a 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,10 @@ sudo apt install -y flex bison libssl-dev gawk python libelf-dev dwarves libncurses-dev 编译systemd依赖于: -sudo apt install -y meson ninja-build pkg-config +sudo apt install -y meson ninja-build pkg-config + +编译binutls依赖于: +sudo apt install -y texinfo ```