xref: /netbsd-src/external/bsd/bzip2/dist/words3 (revision 4f9a14591a53924af02e2a35ceb2ac984e9c0ffe)
1*4f9a1459Swiz
2*4f9a1459SwizIf you got this far and the 'cmp's didn't complain, it looks
3*4f9a1459Swizlike you're in business.
4*4f9a1459Swiz
5*4f9a1459SwizTo install in /usr/local/bin, /usr/local/lib, /usr/local/man and
6*4f9a1459Swiz/usr/local/include, type
7*4f9a1459Swiz
8*4f9a1459Swiz   make install
9*4f9a1459Swiz
10*4f9a1459SwizTo install somewhere else, eg, /xxx/yyy/{bin,lib,man,include}, type
11*4f9a1459Swiz
12*4f9a1459Swiz   make install PREFIX=/xxx/yyy
13*4f9a1459Swiz
14*4f9a1459SwizIf you are (justifiably) paranoid and want to see what 'make install'
15*4f9a1459Swizis going to do, you can first do
16*4f9a1459Swiz
17*4f9a1459Swiz   make -n install                      or
18*4f9a1459Swiz   make -n install PREFIX=/xxx/yyy      respectively.
19*4f9a1459Swiz
20*4f9a1459SwizThe -n instructs make to show the commands it would execute, but
21*4f9a1459Swiznot actually execute them.
22*4f9a1459Swiz
23*4f9a1459SwizInstructions for use are in the preformatted manual page, in the file
24*4f9a1459Swizbzip2.txt.  For more detailed documentation, read the full manual.
25*4f9a1459SwizIt is available in Postscript form (manual.ps), PDF form (manual.pdf),
26*4f9a1459Swizand HTML form (manual.html).
27*4f9a1459Swiz
28*4f9a1459SwizYou can also do "bzip2 --help" to see some helpful information.
29*4f9a1459Swiz"bzip2 -L" displays the software license.
30*4f9a1459Swiz
31