annotate src/bzip2-1.0.6/words3 @ 4:e13257ea84a4

Add bzip2, zlib, liblo, portaudio sources
author Chris Cannam
date Wed, 20 Mar 2013 13:59:52 +0000
parents
children
rev   line source
Chris@4 1
Chris@4 2 If you got this far and the 'cmp's didn't complain, it looks
Chris@4 3 like you're in business.
Chris@4 4
Chris@4 5 To install in /usr/local/bin, /usr/local/lib, /usr/local/man and
Chris@4 6 /usr/local/include, type
Chris@4 7
Chris@4 8 make install
Chris@4 9
Chris@4 10 To install somewhere else, eg, /xxx/yyy/{bin,lib,man,include}, type
Chris@4 11
Chris@4 12 make install PREFIX=/xxx/yyy
Chris@4 13
Chris@4 14 If you are (justifiably) paranoid and want to see what 'make install'
Chris@4 15 is going to do, you can first do
Chris@4 16
Chris@4 17 make -n install or
Chris@4 18 make -n install PREFIX=/xxx/yyy respectively.
Chris@4 19
Chris@4 20 The -n instructs make to show the commands it would execute, but
Chris@4 21 not actually execute them.
Chris@4 22
Chris@4 23 Instructions for use are in the preformatted manual page, in the file
Chris@4 24 bzip2.txt. For more detailed documentation, read the full manual.
Chris@4 25 It is available in Postscript form (manual.ps), PDF form (manual.pdf),
Chris@4 26 and HTML form (manual.html).
Chris@4 27
Chris@4 28 You can also do "bzip2 --help" to see some helpful information.
Chris@4 29 "bzip2 -L" displays the software license.
Chris@4 30