LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Compiling Things (https://www.linuxquestions.org/questions/linux-newbie-8/compiling-things-113383/)

turni2 11-07-2003 07:49 AM

Compiling Things
 
I was wondering how to compile the source files for linux you get. I worked out how to install .rpm files (although I think the thing I did install messed up my computer:( )

I would be just as happy if you pointed me to a good faq, as that should tell me anyway and help with other problems.

Thanks

:newbie:

Hangdog42 11-07-2003 08:02 AM

Compiling from source is almost always three steps:

./configure
make
make install


Any variations on that theme would be found in the INSTALL or README files that come with the source code. In fact, those are always the best guide to installing from source.

aizkorri 11-07-2003 08:03 AM

here you have a useful thread:

http://www.linuxquestions.org/questi...threadid=45094


All times are GMT -5. The time now is 03:51 PM.