Last active
August 29, 2015 14:02
-
-
Save AlainODea/5e7af12644c96664b34a to your computer and use it in GitHub Desktop.
Install git-annex on SmartOS (works on base64 14.1.0)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pkgin -y update | |
pkgin -y full-upgrade | |
pkgin -y install haskell-platform build-essential pkg-config gsasl gnutls xml2 zlib | |
export PATH=~/.cabal/bin:$PATH | |
cabal update | |
cabal install cabal-install | |
cabal update | |
cabal install c2hs -j8 | |
cabal install git-annex -j8 | |
git-annex help |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's a WTF. It certainly should not be installing anything to /usr/share.