Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 167 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 167 Bytes

How to compile

wget http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz
tar xf bzip2-1.0.6.tar.gz
cd bzip2-1.0.6
patch -p0 < ../Makefile.patch
make
make install