diff options
author | http://joey.kitenet.net/ <joey@web> | 2010-11-14 18:09:44 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2010-11-14 18:09:44 +0000 |
commit | 8542ca49fe724d46fc10609fa424afbb2e12ed95 (patch) | |
tree | 352581a1939fbf41b1c804d7b3070b18792b6c8d /doc | |
parent | f078cea3f62f0424db6d6252373a16c8e48b7179 (diff) |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/git-annex_on_OSX.mdwn | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/forum/git-annex_on_OSX.mdwn b/doc/forum/git-annex_on_OSX.mdwn new file mode 100644 index 000000000..85a8413bf --- /dev/null +++ b/doc/forum/git-annex_on_OSX.mdwn @@ -0,0 +1,19 @@ +<pre> +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 +</pre> + +Originally posted by Jon at <https://gist.github.com/671785> --[[Joey]] |