unzip_untar_a_file_and_compile_code
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
unzip_untar_a_file_and_compile_code [2008/01/24 23:05] – created juckins | unzip_untar_a_file_and_compile_code [2025/03/20 19:18] (current) – juckins | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | download | + | ==== Unzip, Untar, Compile from Source ==== |
- | navigate | + | |
+ | Download | ||
+ | Navigate | ||
tar –xvf <package name> \\ | tar –xvf <package name> \\ | ||
cd to newly created directory \\ | cd to newly created directory \\ | ||
- | [here you need to check README.txt for specific instructions, what follows are general instructions] \\ | + | At this point you need to check README.txt for specific instructions. What follows |
\\ | \\ | ||
- | ./configure --prefix=/ | + | < |
- | make \\ | + | ./configure --prefix=/ |
- | make test (sometimes this is optional) | + | make |
- | make install | + | make test (sometimes this is optional) |
+ | make install | ||
+ | </ |
unzip_untar_a_file_and_compile_code.1201233905.txt.gz · Last modified: 2008/01/24 23:05 by juckins