add missing apt-get packages to readme

This commit is contained in:
carbon
2023-06-21 16:44:01 +08:00
parent d44d90f17a
commit 3d25af3fa5

View File

@ -36,7 +36,7 @@
- 安装串口工具: `mobarXterm` 或者 `Xshell` 或者其他 - 安装串口工具: `mobarXterm` 或者 `Xshell` 或者其他
- 安装编译依赖的工具: - 安装编译依赖的工具:
``` ```
sudo apt install pkg-config build-essential ninja-build automake autoconf libtool wget curl git gcc libssl-dev bc slib squashfs-tools android-sdk-libsparse-utils android-sdk-ext4-utils jq python3-distutils tclsh scons parallel ssh-client tree python3-dev python3-pip device-tree-compiler ssh cpio fakeroot libncurses5 flex bison libncurses5-dev genext2fs sudo apt install pkg-config build-essential ninja-build automake autoconf libtool wget curl git gcc libssl-dev bc slib squashfs-tools android-sdk-libsparse-utils android-sdk-ext4-utils jq python3-distutils tclsh scons parallel ssh-client tree python3-dev python3-pip device-tree-compiler ssh cpio fakeroot libncurses5 flex bison libncurses5-dev genext2fs rsync unzip dosfstools mtools
``` ```
注意:`cmake` 版本最低要求 `3.16.5` 注意:`cmake` 版本最低要求 `3.16.5`