summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-08-30 13:32:40 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-08-30 13:32:40 -0400
commitabe3b5bf783b65b2d1e071117c99fe6aa790bf0a (patch)
tree94049bd9571c06ebf55794180ba9dc1df54b38a4
parentb96443364e80720172638f0fcd9caa5b9948555d (diff)
parent9e135a6ee2b6b7ac31bbf76d0d590a0415f9f512 (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r--doc/install/OSX/comment_1_0a1760bf0db1f1ba89bdb4c62032f631._comment13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/install/OSX/comment_1_0a1760bf0db1f1ba89bdb4c62032f631._comment b/doc/install/OSX/comment_1_0a1760bf0db1f1ba89bdb4c62032f631._comment
new file mode 100644
index 000000000..1148a87ca
--- /dev/null
+++ b/doc/install/OSX/comment_1_0a1760bf0db1f1ba89bdb4c62032f631._comment
@@ -0,0 +1,13 @@
+[[!comment format=mdwn
+ username="http://www.schleptet.net/~cfm/"
+ ip="64.30.148.100"
+ subject="comment 1"
+ date="2011-08-30T14:31:36Z"
+ content="""
+You can also use Homebrew instead of MacPorts. Homebrew's `haskell-platform` is up-to-date, too:
+
+ brew install haskell-platform git ossp-uuid md5sha1sum coreutils pcre
+ ln -s /usr/local/include/pcre.h /usr/include/pcre.h
+
+As of this writing, however, Homebrew's `md5sha1sum` has a broken mirror. I wound up getting that from MacPorts anyway.
+"""]]