Quantcast
Channel: C++博客-所有随笔
Viewing all articles
Browse latest Browse all 7882

关于centos 5.5 程序中编译出现curses.h不存在问题(转)

$
0
0
  检查是否已经安装以下的辅助软件包
          [root@localhost ~]# rpm -q ncurses
          ncurses-5.5-24.
          [root@localhost ~]#  rpm -q ncurses-devel
          package ncurses-devel is not installed
    提示ncurses-devel没有安装,用yum安装:
          [root@localhost ~]#  yum install ncurses-devel
          Setting up Install Process
          Total download size: 1.6 M
          Is this ok [y/N]: y
          Downloading Packages:
          Installed:  ncurses-devel.i386 0:5.5-24.
          Complete! 

转自:http://blog.csdn.net/xumaojun/article/details/6229789

鑫龙 2012-12-29 10:56 发表评论

Viewing all articles
Browse latest Browse all 7882

Trending Articles