LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How can i add the header files in /usr/include? (https://www.linuxquestions.org/questions/linux-newbie-8/how-can-i-add-the-header-files-in-usr-include-4175425731/)

homerzhou 09-05-2012 04:13 AM

How can i add the header files in /usr/include?
 
When i learn the Linux from the book ,there is a example in the book which need to use the header file term.h . But i don't have this header file, i want to know how i can add the term.h to /usr/include

tks

My Linux: Centos release 6.2

knudfl 09-05-2012 04:16 AM

Welcome to LQ.

# yum install ncurses-devel

Providing /usr/include/ncurses/term.h
( rpm -ql ncurses-devel : Will show all ncurses headers.)

.


All times are GMT -5. The time now is 06:20 AM.