BZIP2 1.0.2
Use it at your own risk, because we cannot take responsibility for crashes, dumps or even worse: loosing data.
Bernard Giroud's script now works with bzip2's Makefile, so you can now download the PCSI kit with the Alpha binaries (384KB). Don't forget to add /usr/bin to your PATH environment variable after installing the kit.
You can still download the previous Alpha binary distribution (199KB) (for installation instruction, see below). You can also download the source disribution (801KB).
Prerequisites:
To install the binary distribution of bzip2 do the following:
$ SET PROC/PARSE=EXTunzip the .zip file on an ODS-5 disk
$ UNZIP "-V" BZIP2.ZIP
$ bash
bash$ . ./install.sh if ( test ! -d /usr/bin ) ; then mkdir -p /usr/bin ; fi if ( test ! -d /usr/lib ) ; then mkdir -p /usr/lib ; fi if ( test ! -d /usr/share/man ) ; then mkdir -p /usr/share/man ; fi if ( test ! -d /usr/share/man/man1 ) ; then mkdir -p /usr/share/man/man1 ; fi if ( test ! -d /usr/include ) ; then mkdir -p /usr/include ; fi cp -f bzip2 /usr/bin/bzip2 cp -f bzip2 /usr/bin/bunzip2 cp -f bzip2 /usr/bin/bzcat cp -f bzip2recover /usr/bin/bzip2recover chmod a+x /usr/bin/bzip2 chmod a+x /usr/bin/bunzip2 chmod a+x /usr/bin/bzcat chmod a+x /usr/bin/bzip2recover cp -f bzip2.1 /usr/share/man/man1 chmod a+r /usr/share/man/man1/bzip2.1 cp -f bzlib.h /usr/include chmod a+r /usr/include/bzlib.h cp -f libbz2.a /usr/lib chmod a+r /usr/lib/libbz2.a cp -f bzgrep /usr/bin/bzgrep ln /usr/bin/bzgrep /usr/bin/bzegrep ln /usr/bin/bzgrep /usr/bin/bzfgrep chmod a+x /usr/bin/bzgrep cp -f bzmore /usr/bin/bzmore ln /usr/bin/bzmore /usr/bin/bzless chmod a+x /usr/bin/bzmore cp -f bzdiff /usr/bin/bzdiff ln /usr/bin/bzdiff /usr/bin/bzcmp chmod a+x /usr/bin/bzdiff cp -f bzgrep.1 bzmore.1 bzdiff.1 /usr/share/man/man1 chmod a+r /usr/share/man/man1/bzgrep.1 chmod a+r /usr/share/man/man1/bzmore.1 chmod a+r /usr/share/man/man1/bzdiff.1 echo ".so man1/bzgrep.1" > /usr/share/man/man1/bzegrep.1 echo ".so man1/bzgrep.1" > /usr/share/man/man1/bzfgrep.1 echo ".so man1/bzmore.1" > /usr/share/man/man1/bzless.1 echo ".so man1/bzdiff.1" > /usr/share/man/man1/bzcmp.1
bash$ export PATH=/usr/bin:$PATHyou may want to add this to your .profile
Please give your feedback to gnv@oooovms.dyndns.org.