本文主要是介绍openwrt编译顺畅教程DJ整理版附带细节,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
开源官方:https://github.com/openwrt/openwrt
更新:
sudo apt update -y
sudo apt full-upgrade -y
sudo 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 libglib2.0-dev libgmp3-dev libltdl-dev \
libmpc-dev libmpfr-dev libncurses5-dev libncursesw5-dev libreadline-dev libssl-dev libtool lrzsz \
mkisofs msmtp nano ninja-build p7zip p7zip-full patch pkgconf python2.7 python3 python3-pyelftools \
libpython3-dev qemu-utils rsync scons squashfs-tools subversion swig texinfo uglifyjs upx-ucl unzip \vim wget xmlto xxd zlib1g-dev
第一:选择 openwrt系统源码
git clone https://git.openwrt.org/openwrt/openwrt.git
这篇关于openwrt编译顺畅教程DJ整理版附带细节的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!