summaryrefslogtreecommitdiff
path: root/doc/install/OSX.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-08-15 17:30:16 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-08-15 17:30:40 -0400
commit022e81407e7d806100a0882c0f23067a88b4900a (patch)
treeb8035dc47239d6b687aa83adef0d45e11ac65969 /doc/install/OSX.mdwn
parent52089bbe73d95c5a2c06a3c58c507129335e5580 (diff)
parente9128138ef1e19a341d7edfda4db2d6b1f8f6b0a (diff)
Merge branch 'master' into s3-aws
Conflicts: git-annex.cabal
Diffstat (limited to 'doc/install/OSX.mdwn')
-rw-r--r--doc/install/OSX.mdwn24
1 files changed, 4 insertions, 20 deletions
diff --git a/doc/install/OSX.mdwn b/doc/install/OSX.mdwn
index 5a1505c60..0eab6eb4c 100644
--- a/doc/install/OSX.mdwn
+++ b/doc/install/OSX.mdwn
@@ -31,25 +31,9 @@ git-annex is now [[available in Homebrew|Homebrew]]!
## using MacPorts
-Install the Haskell Platform from [[http://hackage.haskell.org/platform/mac.html]].
-The version provided by Macports is too old to work with current versions of git-annex.
-Then execute
+git-annex is not available in MacPorts, but can be built from source using
+MacPorts tools. See [[MacPorts]].
-<pre>
-sudo port install git-core ossp-uuid md5sha1sum coreutils gnutls libxml2 libgsasl pkgconfig
-sudo cabal update
-PATH=$HOME/bin:$PATH
-cabal install c2hs git-annex --bindir=$HOME/bin
-</pre>
+## building it yourself
-## PATH setup
-
-Do not forget to add to your PATH variable your ~/bin folder. In your .bashrc, for example:
-<pre>
-PATH=$HOME/bin:$PATH
-</pre>
-
-See also:
-
-* [[forum/OSX__39__s_haskell-platform_statically_links_things]]
-* [[forum/OSX__39__s_default_sshd_behaviour_has_limited_paths_set]]
+See [[porting]].