albinoz / ffmpeg-static-OSX

macOS Build Last Static ffmpeg
51 stars 17 forks source link

get an updated bzip2 #12

Closed Kori-San closed 3 years ago

Kori-San commented 3 years ago

Hi, with this code you can get an updated version of bzip2 release :

_ bzip

tput bold ; echo ; echo '📍 ' bzip2 - Git ; tput sgr0 ; sleep 2 cd ${CMPL} git clone git://sourceware.org/git/bzip2.git bzip2 cd bzip2 make -j "$THREADS" && make install PREFIX=${TARGET} rm -fr ${CMPL}/*

albinoz commented 3 years ago

Thanks for purpose, Added ;)