知识屋:更实用的电脑技术知识网站
所在位置:首页 > 操作系统 > linux

ubuntu11.10下编译openwrt的环境配置

发布时间:2014-09-05 16:19:22作者:知识屋


首先安装基本开发环境:
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.zhishiwu.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
(免责声明:文章内容如涉及作品内容、版权和其它问题,请及时与我们联系,我们将在第一时间删除内容,文章内容仅供参考)
收藏
  • 人气文章
  • 最新文章
  • 下载排行榜
  • 热门排行榜