随笔分类 -  Linux

摘要:在编译完U-boot.bin文件后,在编译Linux内核时,为了能够 make menuconfig ,所以要使用sudo apt-getinstall libncurses5-dev但却遇到下面问题解决方法首先,运行sudo apt-get update 来更新Ubuntu,如遇到错误则将 /etc/apt/sources.list 的源内容替换为以下内容后sudo apt-get update再运行apt-getinstall libncurses5-dev 即可,具体方法可参考 http://wiki.ubuntu.org.cn/Qref/Source以及 http://forum.ub 阅读全文
posted @ 2012-07-02 20:15 黄世增 阅读(4551) 评论(0) 推荐(0)