summaryrefslogtreecommitdiff
path: root/doc/install/OSX.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-02-06 13:43:31 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-02-06 13:43:31 -0400
commit6c45f1123d0709787c7df15c46b8d97e9813eb83 (patch)
tree829a539d35b836adf969ff0ae2314b024b3c0771 /doc/install/OSX.mdwn
parentc975384195467b5e5bca32d8199330e96be9feba (diff)
reord install pages; per-OS instructions
Diffstat (limited to 'doc/install/OSX.mdwn')
-rw-r--r--doc/install/OSX.mdwn17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/install/OSX.mdwn b/doc/install/OSX.mdwn
new file mode 100644
index 000000000..e107e48eb
--- /dev/null
+++ b/doc/install/OSX.mdwn
@@ -0,0 +1,17 @@
+<pre>
+sudo port install haskell-platform git-core ossp-uuid md5sha1sum
+sudo cabal update
+sudo cabal install missingh
+sudo cabal install utf8-string
+sudo port install pcre
+sudo cabal install pcre-light
+sudo cabal install quickcheck
+
+git clone git://git.kitenet.net/git-annex
+
+cd git-annex
+make
+sudo make install
+</pre>
+
+Originally posted by Jon at <https://gist.github.com/671785> --[[Joey]]