首页 > 其他 > 详细

Openwrt build env setup(9)

时间:2019-11-19 13:18:19      阅读:102      评论:0      收藏:0      [点我收藏+]

reference : 

  https://openwrt.org/docs/guide-developer/quickstart-build-images

 

Install dependence package:

sudo apt install subversion g++ zlib1g-dev build-essential git python python3
sudo apt install libncurses5-dev gawk gettext unzip file libssl-dev wget
sudo apt install libelf-dev ecj fastjar java-propose-classpath
sudo apt install build-essential libncursesw5-dev python unzip   


git clone https://github.com/openwrt/openwrt.git

cd openwrt

export FORCE_UNSAFE_CONFIGURE=1 
./scripts/feeds update -a ./scripts/feeds install -a make menuconfig

Openwrt build env setup(9)

原文:https://www.cnblogs.com/lianghong881018/p/11888416.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!