Possible Duplicate:
How to compile source code from a tarball?
Please suggest me as step-by-step process. I thinkthat first of all,I have to decompress and compile them but I don't know how to do.
Possible Duplicate:
How to compile source code from a tarball?
Please suggest me as step-by-step process. I thinkthat first of all,I have to decompress and compile them but I don't know how to do.
Here is what you need to do...
Decompress the tra/gzip file
Go into the decompressed directory
Look for files like: README or INSTALL. These files usually contains the instructions to install the source code.
If no such instructions are mentioned then follow these steps:
./configute ./make ./install
This should help you.