This commit is contained in:
parent
f078cea3f6
commit
8542ca49fe
1 changed files with 19 additions and 0 deletions
19
doc/forum/git-annex_on_OSX.mdwn
Normal file
19
doc/forum/git-annex_on_OSX.mdwn
Normal file
|
@ -0,0 +1,19 @@
|
|||
<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
|
||||
|
||||
git clone git://git.kitenet.net/git-annex
|
||||
|
||||
cd git-annex
|
||||
make
|
||||
sudo install git-annex /usr/local/bin/ # makefile is weird
|
||||
</pre>
|
||||
|
||||
Originally posted by Jon at <https://gist.github.com/671785> --[[Joey]]
|
Loading…
Reference in a new issue