Created
November 11, 2010 00:46
-
-
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
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
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