words3 revision 167975
11553Srgrimes
21553SrgrimesIf you got this far and the 'cmp's didn't complain, it looks
31553Srgrimeslike you're in business.  
41553Srgrimes
51553SrgrimesTo install in /usr/local/bin, /usr/local/lib, /usr/local/man and 
61553Srgrimes/usr/local/include, type
71553Srgrimes
81553Srgrimes   make install
91553Srgrimes
101553SrgrimesTo install somewhere else, eg, /xxx/yyy/{bin,lib,man,include}, type 
111553Srgrimes
121553Srgrimes   make install PREFIX=/xxx/yyy
131553Srgrimes
141553SrgrimesIf you are (justifiably) paranoid and want to see what 'make install'
151553Srgrimesis going to do, you can first do
161553Srgrimes
171553Srgrimes   make -n install                      or
181553Srgrimes   make -n install PREFIX=/xxx/yyy      respectively.
191553Srgrimes
201553SrgrimesThe -n instructs make to show the commands it would execute, but
211553Srgrimesnot actually execute them.
221553Srgrimes
231553SrgrimesInstructions for use are in the preformatted manual page, in the file
241553Srgrimesbzip2.txt.  For more detailed documentation, read the full manual.  
251553SrgrimesIt is available in Postscript form (manual.ps), PDF form (manual.pdf),
261553Srgrimesand HTML form (manual.html).
271553Srgrimes
281553SrgrimesYou can also do "bzip2 --help" to see some helpful information. 
291553Srgrimes"bzip2 -L" displays the software license.
301553Srgrimes
311553Srgrimes