LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Make (https://www.linuxquestions.org/questions/linux-software-2/make-96296/)

DBZForever456 09-24-2003 10:04 AM

Make
 
half of the programs I have say go to this and then it says to make what does this mean and where do i go to do this i am a newbie

Kilka 09-24-2003 10:23 AM

make
 
It compiles whatever you looking to install. Make is actually a language, and if you look in Makefile you'll find everything for that program. make install will move the newly compiled files to their running directories.

-kilka


All times are GMT -5. The time now is 10:29 PM.