Skip to content

Instantly share code, notes, and snippets.

@b1tg
Last active August 3, 2021 14:42
Show Gist options
  • Save b1tg/0838627a92c0173316cb4d9ca69824f0 to your computer and use it in GitHub Desktop.
Save b1tg/0838627a92c0173316cb4d9ca69824f0 to your computer and use it in GitHub Desktop.
build 7z on centos to extract dmg file
wget -L https://github.com/jinfeihan57/p7zip/archive/refs/tags/v17.04.zip
#7z x v17.04.zip
unrar -x v17.04.zip
cd p7zip-17.04/
make 7z
./bin/7z
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment