[root@fedora-26 linux-2.6.32.2]# make menuconfig

*** Unable to find the ncurses libraries

or the *** required header files. *** 'make menuconfig' requires the ncurses libraries.

*** *** Install ncurses (ncurses-devel) and try again. *** make[1]: ***

fedora 安装 ncurses 库

[root@fedora-26 linux-2.6.32.2]# yum provides "/*/ncurses"

[root@fedora-26 linux-2.6.32.2]# yum install -y ncurses-devel-6.0-8.20170212.fc26.x86_64

然后执行

[root@fedora-26 linux-2.6.32.2]# make menuconfig

最新文章

  1. 轻量级表达式树解析框架Faller
  2. [译]ZOOKEEPER RECIPES-Queues
  3. 给MySQL官方提交的bug report备忘
  4. Winform开发框架之客户关系管理系统(CRM)的开发总结系列4-Tab控件页面的动态加载
  5. SQL多表查询:内连接、外连接(左连接、右连接)、全连接、交叉连接
  6. SQL Insert语句数据以以unicode码存储 解决存储数据出现乱码的问题
  7. bzoj3203
  8. php 微信支付jsapi
  9. 【收藏】十大Webserver漏洞扫描工具
  10. C++ 文件的复制、删除、重命名
  11. 【OpenCV新手教程第14】OpenCVHough变换:霍夫变换线,霍夫变换圆汇编
  12. Gradle脚本打包so库
  13. 指针数组&数组指针
  14. Vue学习4:class与style绑定
  15. React 组件间通信介绍
  16. SpringBoot-学习笔记
  17. ZOJ 1259 Rails
  18. petapoco 新手上路
  19. 如何编写Makefile,一份由浅入深的Makefile全攻略
  20. redis和memcached选择,对比分析

热门文章

  1. S3C2440的七种模式之——未定义模式(去掉bl print1 bug解决)
  2. poj1733(区间上的种类并查集)
  3. django源码解析之 BooleanField (二)
  4. Mybatis generator 自动生成代码(2)
  5. The Swift.org Blog welcome欢迎页note
  6. Using the SAMA5D2-compatible ADC device
  7. 编译JDK源代码【转】
  8. [转]nginx负载均衡的五种算法
  9. python 安装pycurl
  10. Entity Framework应用:根据实体的EntityState状态实现增删改查