Quote (clacker @ Dec. 31 2004,08:31) |
PowR_TocH, that depends on what the tar file you have contains. Is it source code that needs to be compiled, or an executable with libraries? If you downloaded it as a tar fille, try putting it into your home directory, the in a bash shell type tar-xvf yourfilename.tar or tar-zxvf yourfilename.tar.gz depending on the extension. Look at the directory it creates, then cd to that directory. Now see if there is a README file and read it to see what you need to do. |