LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   compiling commands/programs? (https://www.linuxquestions.org/questions/linux-newbie-8/compiling-commands-programs-10473/)

ptolbert 12-21-2001 10:17 AM

compiling commands/programs?
 
What is the standard compiling command and or program to compile things like Apache and other progs.

boblucci 12-21-2001 10:22 AM

take alook at the readme or install page and see what they say, everyone is different.

make is what you would probably use but read the readme and installs first!!!

trickykid 12-21-2001 12:09 PM

usually it will be something like:

./configure
make
make install

and if your using rpm based it will be something like this:

rpm -i /filename
rpm -ivh /filename

but bob is right. each program might be slightly different from others.. so i would suggest always reading the readme and install files.


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