Skip to content

Instantly share code, notes, and snippets.

@wizardishungry
Created November 11, 2010 00:46
Show Gist options
  • Save wizardishungry/671785 to your computer and use it in GitHub Desktop.
Save wizardishungry/671785 to your computer and use it in GitHub Desktop.
Notes for setting up git-annex (http://git-annex.branchable.com/) on MacOS X 10.6 w/ MacPorts
sudo port install haskell-platform git-core ossp-uuid md5sha1sum
[waits forever…]
[finished]
[realizes missingh isn't working in MacPorts]
sudo cabal update
sudo cabal install missingh
sudo cabal install utf8-string
git clone git://git.kitenet.net/git-annex
cd git-annex
make
sudo install git-annex /usr/local/bin/ # makefile is weird
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment