The first a bug in pax and should be commited to FBSD, too.
[dragonfly.git] / contrib / bzip2 / words3
1
2 If you got this far and the "cmp"s didn't complain, it looks
3 like you're in business.  
4
5 To install in /usr/bin, /usr/lib, /usr/man and /usr/include, type
6    make install
7 To install somewhere else, eg, /xxx/yyy/{bin,lib,man,include}, type 
8    make install PREFIX=/xxx/yyy
9 If you are (justifiably) paranoid and want to see what 'make install'
10 is going to do, you can first do
11    make -n install                      or
12    make -n install PREFIX=/xxx/yyy      respectively.
13 The -n instructs make to show the commands it would execute, but
14 not actually execute them.
15
16 Instructions for use are in the preformatted manual page, in the file
17 bzip2.txt.  For more detailed documentation, read the full manual.  
18 It is available in Postscript form (manual.ps), PDF form (manual.pdf),
19 and HTML form (manual_toc.html).
20
21 You can also do "bzip2 --help" to see some helpful information. 
22 "bzip2 -L" displays the software license.
23