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