Blame words3

Packit 71fd91
Packit 71fd91
If you got this far and the 'cmp's didn't complain, it looks
Packit 71fd91
like you're in business.  
Packit 71fd91
Packit 71fd91
To install in /usr/local/bin, /usr/local/lib, /usr/local/man and 
Packit 71fd91
/usr/local/include, type
Packit 71fd91
Packit 71fd91
   make install
Packit 71fd91
Packit 71fd91
To install somewhere else, eg, /xxx/yyy/{bin,lib,man,include}, type 
Packit 71fd91
Packit 71fd91
   make install PREFIX=/xxx/yyy
Packit 71fd91
Packit 71fd91
If you are (justifiably) paranoid and want to see what 'make install'
Packit 71fd91
is going to do, you can first do
Packit 71fd91
Packit 71fd91
   make -n install                      or
Packit 71fd91
   make -n install PREFIX=/xxx/yyy      respectively.
Packit 71fd91
Packit 71fd91
The -n instructs make to show the commands it would execute, but
Packit 71fd91
not actually execute them.
Packit 71fd91
Packit 71fd91
Instructions for use are in the preformatted manual page, in the file
Packit 71fd91
bzip2.txt.  For more detailed documentation, read the full manual.  
Packit 71fd91
It is available in Postscript form (manual.ps), PDF form (manual.pdf),
Packit 71fd91
and HTML form (manual.html).
Packit 71fd91
Packit 71fd91
You can also do "bzip2 --help" to see some helpful information. 
Packit 71fd91
"bzip2 -L" displays the software license.
Packit 71fd91