add brew section to osx page and move away comments obsoleted by this change

This commit is contained in:
Joey Hess 2012-09-24 17:08:22 -04:00
parent be268184e9
commit a40fe3a5d8
5 changed files with 14 additions and 16 deletions

View file

@ -1,3 +1,14 @@
## using Brew
<pre>
sudo brew update
sudo brew install haskell-platform git ossp-uuid md5sha1sum coreutils pcre
cabal update
cabal install git-annex --bindir=$HOME/bin
</pre>
## 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
@ -11,6 +22,8 @@ sudo cabal update
cabal install git-annex --bindir=$HOME/bin
</pre>
## PATH setup
Do not forget to add to your PATH variable your ~/bin folder. In your .bashrc, for example:
<pre>
PATH=~/bin:/usr/bin/local:$PATH

View file

@ -4,4 +4,5 @@
date="2012-07-24T15:09:29Z"
content="""
I've moved some outdated comments about installing on OSX to [[old_comments]].
And also moved away some comments that helped build the instructions above.
"""]]

View file

@ -1,16 +0,0 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawm_-2XlXNyd6cCLI4n_jaBNqVUOWwJquko"
nickname="David"
subject="installing via homebrew"
date="2012-09-05T11:11:55Z"
content="""
I had to:
cabal update
before:
cabal install git-annex
"""]]