(Debian) added bzexe
[mirror-ossqm-bzip2.git] / words3
blob6972669906db9c6b4c1197a79554eba5048d41f6
2 If you got this far and the 'cmp's didn't complain, it looks
3 like you're in business.  
5 To install in /usr/local/bin, /usr/local/lib, /usr/local/man and 
6 /usr/local/include, type
8    make install
10 To install somewhere else, eg, /xxx/yyy/{bin,lib,man,include}, type 
12    make install PREFIX=/xxx/yyy
14 If you are (justifiably) paranoid and want to see what 'make install'
15 is going to do, you can first do
17    make -n install                      or
18    make -n install PREFIX=/xxx/yyy      respectively.
20 The -n instructs make to show the commands it would execute, but
21 not actually execute them.
23 Instructions for use are in the preformatted manual page, in the file
24 bzip2.txt.  For more detailed documentation, read the full manual.  
25 It is available in Postscript form (manual.ps), PDF form (manual.pdf),
26 and HTML form (manual.html).
28 You can also do "bzip2 --help" to see some helpful information. 
29 "bzip2 -L" displays the software license.