• (七)ubuntu下编译openwrt内核的环境配置


    首先安装基本开发环境:
    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
  • 相关阅读:
    FLASH开发[00]
    slickedit使用小技巧
    网络编程[34]
    网络编程[39]
    网络编程[41]
    网络编程[37]
    网络编程[32]
    网络编程[35]
    Apache安装和配置
    网络编程[40]
  • 原文地址:https://www.cnblogs.com/zhangshenghui/p/6776128.html
Copyright © 2020-2023  润新知