From 99893a78f82686ed742951f9dc309f44cca49d6d Mon Sep 17 00:00:00 2001 From: zhao Date: Tue, 7 Jan 2025 11:34:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhao --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 4fe4e44..3abee33 100644 --- a/README.md +++ b/README.md @@ -29,4 +29,13 @@ - 以下是 Ubuntu24.04 用户的示例:
- 方法一 :
+ 通过 APT 设置依赖项 + + ```bash + sudo rm -rf /etc/apt/sources.list.d + sudo bash -c "curl -skL https://git.kejizero.online/zhao/files/raw/branch/main/Rely/sources-24.04.list > /etc/apt/sources.list" + sudo apt-get update + sudo apt-get install -y build-essential flex bison cmake 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 + ``` + \ No newline at end of file