网站地图    收藏   

主页 > 系统 > linux系统 >

ubuntu11.10下编译openwrt的环境配置 - Linux操作系统:

来源:自学PHP网    时间:2015-04-14 11:51 作者: 阅读:

[导读] 首先安装基本开发环境:sudo apt-get install ssh vim samba tftp nfs安装编译openwrt须要的包:解压openwrt包编译出错:Build dependency: Please install the GNU C++ Compiler (g++).Build d......


首先安装基本开发环境:
sudo apt-get install ssh vim samba tftp nfs

安装编译openwrt须要的包:

解压openwrt包编译出错:
Build dependency: Please install the GNU C++ Compiler (g++).
Build dependency: Please install ncurses. (Missing libncurses.so or ncurses.h)
Build dependency: Please install zlib. (Missing libz.so or zlib.h)
Build dependency: Please install GNU awk.  www.2cto.com  
Build dependency: Please install flex.
Build dependency: Please install patch.
Build dependency: Please install git (git-core).
Build dependency: Please install the subversion client.
 
安装编译openwrt须要的包:
sudo apt-get install  libncurses5-dev  zlib1g-dev  gawk  flex  patch   git-core g++   subversion 
 
然后直接make

 
 
作者 mutes

自学PHP网专注网站建设学习,PHP程序学习,平面设计学习,以及操作系统学习

京ICP备14009008号-1@版权所有www.zixuephp.com

网站声明:本站所有视频,教程都由网友上传,站长收集和分享给大家学习使用,如由牵扯版权问题请联系站长邮箱904561283@qq.com

添加评论