2010-11-14 18:09:44 +00:00
|
|
|
<pre>
|
|
|
|
sudo port install haskell-platform git-core ossp-uuid md5sha1sum
|
|
|
|
|
|
|
|
[waits forever…]
|
|
|
|
[finished]
|
|
|
|
[realizes missingh isn't working in MacPorts]
|
|
|
|
|
|
|
|
sudo cabal update
|
|
|
|
sudo cabal install missingh
|
|
|
|
sudo cabal install utf8-string
|
2011-02-03 18:03:24 +00:00
|
|
|
sudo port install pcre
|
|
|
|
sudo cabal install pcre-light
|
2010-11-14 18:09:44 +00:00
|
|
|
|
|
|
|
git clone git://git.kitenet.net/git-annex
|
|
|
|
|
|
|
|
cd git-annex
|
|
|
|
make
|
2010-11-14 21:56:49 +00:00
|
|
|
sudo make install
|
2010-11-14 18:09:44 +00:00
|
|
|
</pre>
|
|
|
|
|
|
|
|
Originally posted by Jon at <https://gist.github.com/671785> --[[Joey]]
|