This commit is contained in:
parent
3db25aaa3b
commit
1c08b8bf8a
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<pre>
|
||||
sudo port install haskell-platform git-core ossp-uuid md5sha1sum
|
||||
sudo port install haskell-platform git-core ossp-uuid md5sha1sum coreutils
|
||||
sudo cabal update
|
||||
sudo cabal install missingh
|
||||
sudo cabal install utf8-string
|
||||
|
@ -7,6 +7,9 @@ sudo port install pcre
|
|||
sudo cabal install pcre-light
|
||||
sudo cabal install quickcheck
|
||||
|
||||
# this will enable the gnu tools, (to give sha224sum etc..., it does not override the BSD userland)
|
||||
export PATH=$PATH:/opt/local/libexec/gnubin
|
||||
|
||||
git clone git://git.kitenet.net/git-annex
|
||||
|
||||
cd git-annex
|
||||
|
|
Loading…
Reference in a new issue