File: comment_7_2ce7acab15403d3f993cec94ec7f3bc6._comment

package info (click to toggle)
git-annex 5.20141125
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 37,828 kB
  • ctags: 583
  • sloc: haskell: 42,582; sh: 1,080; ansic: 498; makefile: 316; perl: 125
file content (14 lines) | stat: -rw-r--r-- 515 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[[!comment format=mdwn
 username="http://www.davidhaslem.com/"
 nickname="David"
 subject="comment 7"
 date="2012-06-19T04:41:27Z"
 content="""
$(brew --prefix) should, in most cases, be /usr/local.  That's the recommended install location for homebrew.

I already had git installed and homebrew as my package manager - my install steps were as follows:

1. brew install haskell-platform ossp-uuid md5sha1sum coreutils pcre
2. PATH=\"$(brew --prefix coreutils)/libexec/gnubin:$PATH\" cabal install git-annex

"""]]