add brew section to osx page and move away comments obsoleted by this change
This commit is contained in:
parent
be268184e9
commit
a40fe3a5d8
5 changed files with 14 additions and 16 deletions
|
@ -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.
|
||||
"""]]
|
|
@ -0,0 +1,16 @@
|
|||
[[!comment format=mdwn
|
||||
username="https://www.google.com/accounts/o8/id?id=AItOawnnIQkoUQo4RYzjUNyiB3v6yJ5aR41WG8k"
|
||||
nickname="Markus"
|
||||
subject="Updated install instructions with homebrew"
|
||||
date="2012-08-07T06:46:47Z"
|
||||
content="""
|
||||
To install git annex with homebrew simply do:
|
||||
|
||||
brew update
|
||||
brew install haskell-platform git ossp-uuid md5sha1sum coreutils pcre
|
||||
cabal install git-annex
|
||||
|
||||
Then link the binary to your `PATH` e.g. with
|
||||
|
||||
ln -s ~/.cabal/bin/git-annex* /usr/local/bin/
|
||||
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue