source: trunk/minix/commands/bzip2-1.0.3/words3@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 918 bytes
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.