annotate src/bzip2-1.0.6/words3 @ 163:5cc1366da2e9
Apply patch from Tim Bunnell on PortAudio mailing list (2016-12-28, Mac 10.11 deprecation warning)
author |
Chris Cannam <cannam@all-day-breakfast.com> |
date |
Wed, 30 Oct 2019 11:28:45 +0000 |
parents |
8a15ff55d9af |
children |
|
rev |
line source |
cannam@89
|
1
|
cannam@89
|
2 If you got this far and the 'cmp's didn't complain, it looks
|
cannam@89
|
3 like you're in business.
|
cannam@89
|
4
|
cannam@89
|
5 To install in /usr/local/bin, /usr/local/lib, /usr/local/man and
|
cannam@89
|
6 /usr/local/include, type
|
cannam@89
|
7
|
cannam@89
|
8 make install
|
cannam@89
|
9
|
cannam@89
|
10 To install somewhere else, eg, /xxx/yyy/{bin,lib,man,include}, type
|
cannam@89
|
11
|
cannam@89
|
12 make install PREFIX=/xxx/yyy
|
cannam@89
|
13
|
cannam@89
|
14 If you are (justifiably) paranoid and want to see what 'make install'
|
cannam@89
|
15 is going to do, you can first do
|
cannam@89
|
16
|
cannam@89
|
17 make -n install or
|
cannam@89
|
18 make -n install PREFIX=/xxx/yyy respectively.
|
cannam@89
|
19
|
cannam@89
|
20 The -n instructs make to show the commands it would execute, but
|
cannam@89
|
21 not actually execute them.
|
cannam@89
|
22
|
cannam@89
|
23 Instructions for use are in the preformatted manual page, in the file
|
cannam@89
|
24 bzip2.txt. For more detailed documentation, read the full manual.
|
cannam@89
|
25 It is available in Postscript form (manual.ps), PDF form (manual.pdf),
|
cannam@89
|
26 and HTML form (manual.html).
|
cannam@89
|
27
|
cannam@89
|
28 You can also do "bzip2 --help" to see some helpful information.
|
cannam@89
|
29 "bzip2 -L" displays the software license.
|
cannam@89
|
30
|