Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save resuscv/982148 to your computer and use it in GitHub Desktop.
Save resuscv/982148 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 coreutils
sudo port install pcre
sudo cabal update
sudo cabal install missingh
sudo cabal install utf8-string
sudo cabal install pcre-light
sudo cabal install quickcheck
sudo cabal install SHA
sudo cabal install dataenc
git clone git://git.kitenet.net/git-annex
cd git-annex
sudo make
sudo install git-annex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment