diff --git a/Rockchip.sh b/Rockchip.sh index b8380ce..34277fe 100644 --- a/Rockchip.sh +++ b/Rockchip.sh @@ -18,11 +18,11 @@ sudo apt-get update # 安装依赖包 echo -e "${BLUE}安装所需的依赖包...${NC}" -sudo apt-get install -y build-essential flex bison cmake g++ gawk gcc-multilib g++-multilib gettext git gnutls-dev \ +sudo apt-get install -y build-essential flex bison cmake clang-15 g++ gawk gcc-multilib g++-multilib gettext git gnutls-dev \ libfuse-dev libncurses5-dev libssl-dev python3 python3-pip python3-ply python3-pyelftools rsync unzip zlib1g-dev \ file wget subversion patch upx-ucl autoconf automake curl asciidoc binutils bzip2 lib32gcc-s1 libc6-dev-i386 uglifyjs \ - msmtp texinfo libreadline-dev libglib2.0-dev xmlto libelf-dev libtool autopoint antlr3 gperf ccache swig coreutils \ - haveged scons libpython3-dev rename qemu-utils jq + msmtp texinfo libreadline-dev libglib2.0-dev llvm-15 xmlto libelf-dev libtool autopoint antlr3 gperf ccache swig coreutils \ + haveged scons libpython3-dev rename qemu-utils jq npm # 清理 apt 缓存 sudo apt-get clean