git-annex is in homebrew now! excellent
This commit is contained in:
parent
cafe82b542
commit
bbfe4eafd7
1 changed files with 2 additions and 10 deletions
|
@ -24,19 +24,11 @@ several more. Handy if you don't otherwise have git installed.
|
||||||
|
|
||||||
* [autobuild of git-annex.dmg](https://downloads.kitenet.net/git-annex/autobuild/x86_64-apple-mavericks/git-annex.dmg) ([build logs](https://downloads.kitenet.net/git-annex/autobuild/x86_64-apple-mavericks/))
|
* [autobuild of git-annex.dmg](https://downloads.kitenet.net/git-annex/autobuild/x86_64-apple-mavericks/git-annex.dmg) ([build logs](https://downloads.kitenet.net/git-annex/autobuild/x86_64-apple-mavericks/))
|
||||||
|
|
||||||
## using Brew
|
## using Homebrew
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
brew update
|
brew update
|
||||||
brew install haskell-platform git ossp-uuid md5sha1sum coreutils gnutls libidn gsasl pkg-config libxml2
|
brew install git-annex
|
||||||
brew link libxml2 --force
|
|
||||||
cabal update
|
|
||||||
mkdir $HOME/bin
|
|
||||||
PATH=$HOME/bin:$PATH
|
|
||||||
PATH=$HOME/.cabal/bin:$PATH
|
|
||||||
cabal install c2hs --bindir=$HOME/bin
|
|
||||||
cabal install gnuidn
|
|
||||||
cabal install git-annex --bindir=$HOME/bin
|
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
## using MacPorts
|
## using MacPorts
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue