summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/forum/git-annex_on_OSX.mdwn19
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]]