Skip to content

Instantly share code, notes, and snippets.

@phmullins
Last active April 19, 2017 00:14
Show Gist options
  • Save phmullins/28900ace71f61abf3a5dbab03c81e665 to your computer and use it in GitHub Desktop.
Save phmullins/28900ace71f61abf3a5dbab03c81e665 to your computer and use it in GitHub Desktop.
Building P7ZIP on MacOS

Building P7ZIP on MacOS

  1. Download the source from: https://sourceforge.net/projects/p7zip/files/latest/download
  2. Unzip the new file by double-clicking on it.
  3. You should now have a new folder on your Mac named p7zip_16.02 or something similar.
  4. Open a Terminal window and then make your way to the new p7zip folder.
  5. Once there, type in the following commands:

$ sudo cp makefile.macosx_llvm_64bits makefile.linux

$ sudo make all

$ sudo ./install.sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment