码迷,mamicode.com
首页 > 其他好文 > 详细

CentOS_mini下make安装

时间:2018-10-04 09:00:45      阅读:183      评论:0      收藏:0      [点我收藏+]

标签:style   span   term   --   com   库文件   ubunt   fun   提示   

执行make时显示:

 make: *** No targets specified and no makefile found. Stop. 

用网上的教程:

1 wget http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.6.tar.gz
2 
3 tar zxvf ncurses-5.6.tar.gz
4 
5 ./configure -prefix=/usr/local -with-shared -without-debug
6 make
7 
8 make install

执行到第三 个命令时 :提示以下信息: 说明了ncurses工具、头文件、库文件、帮助文档和终端信息安装在哪个目录下

 1 ** Configuration summary for NCURSES 6.1 20180127
 3      extended funcs: yes
 4      xterm terminfo: xterm-new
 5 
 6       bin directory: /usr/local/bin
 7       lib directory: /usr/local/lib
 8   include directory: /usr/local/include/ncurses
 9       man directory: /usr/local/man
10 terminfo directory: /usr/local/share/terminfo
11 
12 ** Include-directory is not in a standard location

https://www.cnblogs.com/wangchenxicool/articles/2159970.html  -------这是另一篇很详细的文章 ,Ubuntu的 报错的可以借鉴下

 

CentOS_mini下make安装

标签:style   span   term   --   com   库文件   ubunt   fun   提示   

原文地址:https://www.cnblogs.com/pbblogs/p/9741366.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!