CentOS_mini下make安裝


執行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的 報錯的可以借鑒下

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM