Created
July 29, 2011 21:55
-
-
Save masnick/1114828 to your computer and use it in GitHub Desktop.
Compiling tarsnap on Lion
This file contains 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
# You'll need to install Xcode first. | |
# Download the tarsnap binary from https://www.tarsnap.com/download.html. | |
# After you untar the archive, cd into the folder and: | |
CC=/usr/bin/gcc-4.2 ./configure | |
CC=/usr/bin/gcc-4.2 make all install clean |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment