178556Sobrien
2167974SdelphijIf you got this far and the 'cmp's didn't complain, it looks
378556Sobrienlike you're in business.  
478556Sobrien
5167974SdelphijTo install in /usr/local/bin, /usr/local/lib, /usr/local/man and 
6167974Sdelphij/usr/local/include, type
7167974Sdelphij
878556Sobrien   make install
9167974Sdelphij
1078556SobrienTo install somewhere else, eg, /xxx/yyy/{bin,lib,man,include}, type 
11167974Sdelphij
1278556Sobrien   make install PREFIX=/xxx/yyy
13167974Sdelphij
1478556SobrienIf you are (justifiably) paranoid and want to see what 'make install'
1578556Sobrienis going to do, you can first do
16167974Sdelphij
1778556Sobrien   make -n install                      or
1878556Sobrien   make -n install PREFIX=/xxx/yyy      respectively.
19167974Sdelphij
2078556SobrienThe -n instructs make to show the commands it would execute, but
2178556Sobriennot actually execute them.
2278556Sobrien
2378556SobrienInstructions for use are in the preformatted manual page, in the file
2478556Sobrienbzip2.txt.  For more detailed documentation, read the full manual.  
2590067SsobomaxIt is available in Postscript form (manual.ps), PDF form (manual.pdf),
26167974Sdelphijand HTML form (manual.html).
2778556Sobrien
2878556SobrienYou can also do "bzip2 --help" to see some helpful information. 
2978556Sobrien"bzip2 -L" displays the software license.
3078556Sobrien
31