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

    技术2022-05-19  38

                 

     

           检查是否已经安装以下的辅助软件包          [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!


    最新回复(0)