Skip to content

Instantly share code, notes, and snippets.

@masnick
Created July 29, 2011 21:55
Show Gist options
  • Save masnick/1114828 to your computer and use it in GitHub Desktop.
Save masnick/1114828 to your computer and use it in GitHub Desktop.
Compiling tarsnap on Lion
# 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