From ec749d84d45dfd2d14ba0a671bcff1999357f3aa Mon Sep 17 00:00:00 2001 From: 0xDkXy Date: Wed, 9 Aug 2023 08:13:14 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20add=20`abootimg`=20to=20the=20installing?= =?UTF-8?q?=20dependencies=20=E7=BC=BA=E5=B0=91abootimg=E6=9D=A5=E8=BF=9B?= =?UTF-8?q?=E8=A1=8C=E9=92=88=E5=AF=B9`boot.img`=E7=9A=84=E6=89=93?= =?UTF-8?q?=E5=8C=85=EF=BC=8C=E6=95=85=E6=B7=BB=E5=8A=A0=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 0xDkXy --- source_code_build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source_code_build.md b/source_code_build.md index ba8b200..72ab887 100644 --- a/source_code_build.md +++ b/source_code_build.md @@ -10,7 +10,7 @@ bison gperf build-essential zip curl zlib1g-dev gcc-multilib g++-multilib libc6-dev-i386 lib32ncurses5-dev x11proto-core-dev libx11-dev lib32z1-dev ccache \ libgl1-mesa-dev libxml2-utils xsltproc unzip m4 bc gnutls-bin python3.8 \ python3-pip ruby device-tree-compiler lib32stdc++6 lib32z1 libncurses5-dev \ -libtinfo5 scons genext2fs -y +libtinfo5 scons genext2fs abootimg -y ``` ### 1.2 配置git -- Gitee