fix: DragonOS-Community/DragonOS#358 (#361)

This commit is contained in:
yuyi2439 2023-09-02 00:27:41 +08:00 committed by GitHub
parent 8479f19979
commit 4895ff6968
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -84,6 +84,7 @@ bash bootstrap.sh # 这里请不要加上sudo, 因为需要安装的开发依
- lsb-release
- git
- dosfstools
- unzip
- Rust以及其工具链
**请留意若您的Linux系统是在虚拟机中运行的还请您在您的VMware/Virtual Box虚拟机的处理器设置选项卡中开启Intel VT-x或AMD-V选项否则DragonOS将无法运行。**

View File

@ -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 \