switch to using cabal-install git-annex
This commit is contained in:
parent
7722147e16
commit
3778e8897d
2 changed files with 3 additions and 34 deletions
|
@ -3,22 +3,5 @@ Installation recipe for Fedora 14.
|
||||||
<pre>
|
<pre>
|
||||||
sudo yum install ghc cabal-install
|
sudo yum install ghc cabal-install
|
||||||
sudo cabal update
|
sudo cabal update
|
||||||
sudo cabal install missingh
|
sudo cabal install git-annex
|
||||||
sudo cabal install utf8-string
|
|
||||||
sudo cabal install pcre-light
|
|
||||||
sudo cabal install quickcheck
|
|
||||||
sudo cabal install SHA
|
|
||||||
sudo cabal install dataenc
|
|
||||||
sudo cabal install monad-control
|
|
||||||
sudo cabal install HTTP
|
|
||||||
sudo cabal install json
|
|
||||||
sudo cabal install hS3
|
|
||||||
|
|
||||||
git clone git://git-annex.branchable.com/
|
|
||||||
|
|
||||||
cd git-annex
|
|
||||||
sudo make # For some reason you need to use sudo here as otherwise the cabal installed packages doesn't seem to be there...
|
|
||||||
sudo install git-annex
|
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
Originally posted by Jon at <https://gist.github.com/997568> --[[Joey]]
|
|
||||||
|
|
|
@ -4,26 +4,12 @@ Install Haskel Platform from [[http://hackage.haskell.org/platform/mac.html]]. T
|
||||||
sudo port install git-core ossp-uuid md5sha1sum coreutils pcre
|
sudo port install git-core ossp-uuid md5sha1sum coreutils pcre
|
||||||
|
|
||||||
sudo ln -s /opt/local/include/pcre.h /usr/include/pcre.h # This is hack that allows pcre-light to find pcre
|
sudo ln -s /opt/local/include/pcre.h /usr/include/pcre.h # This is hack that allows pcre-light to find pcre
|
||||||
sudo cabal update
|
|
||||||
sudo cabal install missingh
|
|
||||||
sudo cabal install utf8-string
|
|
||||||
sudo cabal install pcre-light
|
|
||||||
sudo cabal install quickcheck
|
|
||||||
sudo cabal install SHA
|
|
||||||
sudo cabal install dataenc
|
|
||||||
sudo cabal install monad-control
|
|
||||||
sudo cabal install HTTP
|
|
||||||
sudo cabal install json
|
|
||||||
sudo cabal install hS3 # optional
|
|
||||||
|
|
||||||
# optional: this will enable the gnu tools, (to give sha224sum etc..., it does not override the BSD userland)
|
# optional: this will enable the gnu tools, (to give sha224sum etc..., it does not override the BSD userland)
|
||||||
export PATH=$PATH:/opt/local/libexec/gnubin
|
export PATH=$PATH:/opt/local/libexec/gnubin
|
||||||
|
|
||||||
git clone git://git-annex.branchable.com/
|
sudo cabal update
|
||||||
|
sudo cabal install git-annex
|
||||||
cd git-annex
|
|
||||||
make
|
|
||||||
sudo make install
|
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
Originally posted by Jon at <https://gist.github.com/671785> --[[Joey]], modified by [[kristianrumberg]]
|
Originally posted by Jon at <https://gist.github.com/671785> --[[Joey]], modified by [[kristianrumberg]]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue