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