unzip_untar_a_file_and_compile_code
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
unzip_untar_a_file_and_compile_code [2008/01/30 21:25] – juckins | unzip_untar_a_file_and_compile_code [2025/03/20 19:18] (current) – juckins | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ======Unzip, Untar, Compile from Source====== | + | ==== Unzip, Untar, Compile from Source ==== |
- | download | + | Download |
- | navigate | + | 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.1201746335.txt.gz · Last modified: 2008/01/30 21:25 by juckins