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