更新 README.md

Signed-off-by: zhao <zhao@noreply.localhost>
This commit is contained in:
zhao 2025-01-07 11:34:15 +08:00
parent d16b43c014
commit 99893a78f8

View File

@ -29,4 +29,13 @@
- 以下是 Ubuntu24.04 用户的示例:<br/>
- 方法一 :
<details>
<summary>通过 APT 设置依赖项</summary>
```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
```