LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how to compile (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-compile-593242/)

canibal corps 10-20-2007 08:49 AM

how to compile
 
hello ive got a question
i downloaded enigma as a tar file coz there is no rpm
but now i have to compile it should i open a shell and what is the compile command and does it work for all tar files the same way
i us opensuse 10.2
thanks

Nylex 10-20-2007 09:02 AM

Are you talking about this? If so, read the instructions here.

dafunks 10-20-2007 09:39 AM

Always best to read the file named README or INSTALL before anything else. It would have saved you a little bit of time.

canibal corps 10-21-2007 07:25 AM

done
 
hello and thank you both for the help and indeed there was a read me file and it`s compiled many thanks the threat can be closed

b0uncer 10-21-2007 08:42 AM

Quote:

many thanks the threat can be closed
Threat (of not getting it work) closed, but threads aren't usually closed even after the solution is found (somebody may have more questions to ask after that too).

Usually there are the README and/or INSTALL files, but in some (rare) cases it's possible they aren't there (don't ask me why, but I found one package some years ago). In that case also inspect if there's a doc directory (as in 'documentation') or equivalent, it would be very odd if you found a package with completely no instructions inside.

If all else fails, one can always try
Code:

./configure
make
su
make install



All times are GMT -5. The time now is 12:59 PM.