source: trunk/third/bzip2/words3 @ 17062

Revision 17062, 918 bytes checked in by ghudson, 23 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r17061, which included commits to RCS files with non-trunk default branches.
Line 
1
2If you got this far and the "cmp"s didn't complain, it looks
3like you're in business. 
4
5To install in /usr/bin, /usr/lib, /usr/man and /usr/include, type
6   make install
7To install somewhere else, eg, /xxx/yyy/{bin,lib,man,include}, type
8   make install PREFIX=/xxx/yyy
9If you are (justifiably) paranoid and want to see what 'make install'
10is going to do, you can first do
11   make -n install                      or
12   make -n install PREFIX=/xxx/yyy      respectively.
13The -n instructs make to show the commands it would execute, but
14not actually execute them.
15
16Instructions for use are in the preformatted manual page, in the file
17bzip2.txt.  For more detailed documentation, read the full manual. 
18It is available in Postscript form (manual.ps), PDF form (manual.pdf),
19and HTML form (manual_toc.html).
20
21You can also do "bzip2 --help" to see some helpful information.
22"bzip2 -L" displays the software license.
23
Note: See TracBrowser for help on using the repository browser.