words3 revision 78556
178556Sobrien
278556SobrienIf you got this far and the "cmp"s didn't complain, it looks
378556Sobrienlike you're in business.  
478556Sobrien
578556SobrienTo install in /usr/bin, /usr/lib, /usr/man and /usr/include, type
678556Sobrien   make install
778556SobrienTo install somewhere else, eg, /xxx/yyy/{bin,lib,man,include}, type 
878556Sobrien   make install PREFIX=/xxx/yyy
978556SobrienIf you are (justifiably) paranoid and want to see what 'make install'
1078556Sobrienis going to do, you can first do
1178556Sobrien   make -n install                      or
1278556Sobrien   make -n install PREFIX=/xxx/yyy      respectively.
1378556SobrienThe -n instructs make to show the commands it would execute, but
1478556Sobriennot actually execute them.
1578556Sobrien
1678556SobrienInstructions for use are in the preformatted manual page, in the file
1778556Sobrienbzip2.txt.  For more detailed documentation, read the full manual.  
1878556SobrienIt is available in Postscript form (manual.ps) and HTML form
1978556Sobrien(manual_toc.html).
2078556Sobrien
2178556SobrienYou can also do "bzip2 --help" to see some helpful information. 
2278556Sobrien"bzip2 -L" displays the software license.
2378556Sobrien
24