From 4895ff6968ae8f24c7a0d55dce6ae23082d60e3b Mon Sep 17 00:00:00 2001 From: yuyi2439 <68320855+yuyi2439@users.noreply.github.com> Date: Sat, 2 Sep 2023 00:27:41 +0800 Subject: [PATCH] fix: DragonOS-Community/DragonOS#358 (#361) --- docs/introduction/build_system.md | 1 + tools/bootstrap.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/introduction/build_system.md b/docs/introduction/build_system.md index e5c087e4..986ff7da 100644 --- a/docs/introduction/build_system.md +++ b/docs/introduction/build_system.md @@ -84,6 +84,7 @@ bash bootstrap.sh # 这里请不要加上sudo, 因为需要安装的开发依 - lsb-release - git - dosfstools +- unzip - Rust以及其工具链 **请留意,若您的Linux系统是在虚拟机中运行的,还请您在您的VMware/Virtual Box虚拟机的处理器设置选项卡中,开启Intel VT-x或AMD-V选项,否则,DragonOS将无法运行。** diff --git a/tools/bootstrap.sh b/tools/bootstrap.sh index 9667be24..27f545c8 100644 --- a/tools/bootstrap.sh +++ b/tools/bootstrap.sh @@ -40,6 +40,7 @@ install_ubuntu_debian_pkg() sudo "$1" install -y \ ca-certificates \ curl \ + unzip \ gnupg \ lsb-release \ llvm-dev libclang-dev clang gcc-multilib \