words3 945 B

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