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