Update README.md
This commit is contained in:
parent
33e4fac3a9
commit
659615c1c5
10
README.md
10
README.md
@ -18,6 +18,16 @@ LuCI for ZeroTier / ZeroTier 的 LuCI 管理界面
|
||||
## Compile / 编译
|
||||
|
||||
```shell
|
||||
# 安装依赖
|
||||
apt update -y
|
||||
apt full-upgrade -y
|
||||
apt install -y ack antlr3 asciidoc autoconf automake autopoint binutils bison build-essential \
|
||||
bzip2 ccache cmake cpio curl device-tree-compiler fastjar flex gawk gettext gcc-multilib g++-multilib \
|
||||
git gperf haveged help2man intltool libc6-dev-i386 libelf-dev libfuse-dev libglib2.0-dev libgmp3-dev \
|
||||
libltdl-dev libmpc-dev libmpfr-dev libncurses5-dev libncursesw5-dev libpython3-dev libreadline-dev \
|
||||
libssl-dev libtool lrzsz mkisofs msmtp ninja-build p7zip p7zip-full patch pkgconf python3 \
|
||||
python3-pyelftools python3-setuptools qemu-utils rsync scons squashfs-tools subversion swig texinfo \
|
||||
uglifyjs upx-ucl unzip vim wget xmlto xxd zlib1g-dev
|
||||
# 进入 OpenWrt SDK 目录,建议使用 Docker,如:
|
||||
docker run -it -v $PWD/bin:/builder/bin openwrt/sdk:x86-64-22.03.5 bash
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user