Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


unzip_untar_a_file_and_compile_code

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
unzip_untar_a_file_and_compile_code [2008/01/30 21:25] juckinsunzip_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 the .tar.gz file in the destination directory \\ +Download the .tar.gz file in the destination directory \\ 
-navigate to directory, gunzip <package name> \\+Navigate to directory, gunzip <package name> \\
 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 below are general instructions\\
 \\ \\
-./configure --prefix=/usr/local \\ +<code> 
-make \\ +./configure --prefix=/usr/local 
-make test (sometimes this is optional) \\ +make 
-make install \\ +make test (sometimes this is optional) 
 +make install 
 +</code>
unzip_untar_a_file_and_compile_code.1201746335.txt.gz · Last modified: 2008/01/30 21:25 by juckins