Last active
August 3, 2021 14:42
-
-
Save b1tg/0838627a92c0173316cb4d9ca69824f0 to your computer and use it in GitHub Desktop.
build 7z on centos to extract dmg file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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