diff options
author | Joey Hess <joey@kitenet.net> | 2012-07-26 05:13:27 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-07-26 05:13:27 -0400 |
commit | 6cecc26206c4a539999b04664136c6f785211a41 (patch) | |
tree | 146dbfa65cd54da6531367d13ad6faf5d7c041e3 /doc | |
parent | 9d6b59d0e21e5917d098a84b7b1654bd8d07efb3 (diff) |
update build deps
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install.mdwn | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/install.mdwn b/doc/install.mdwn index 619d5fa11..38039fbb9 100644 --- a/doc/install.mdwn +++ b/doc/install.mdwn @@ -23,7 +23,8 @@ it yourself and [[manually_build_with_cabal|install/cabal]]. ## Installation by hand -To build and use git-annex, you will need: +This is not recommended, it's easier to let cabal pull in the many haskell +libraries. To build and use git-annex by hand, you will need: * Haskell stuff * [The Haskell Platform](http://haskell.org/platform/) (GHC 7.4 or newer) @@ -49,12 +50,17 @@ To build and use git-annex, you will need: (Linux only) * [dbus](http://hackage.haskell.org/package/dbus) * [yesod](http://hackage.haskell.org/package/yesod) + * [yesod-static](http://hackage.haskell.org/package/yesod-static) * [case-insensitive](http://hackage.haskell.org/package/case-insensitive) * [http-types](http://hackage.haskell.org/package/http-types) * [transformers](http://hackage.haskell.org/package/transformers) * [wai](http://hackage.haskell.org/package/wai) * [wai-logger](http://hackage.haskell.org/package/wai-logger) * [warp](http://hackage.haskell.org/package/warp) + * [blaze-builder](http://hackage.haskell.org/package/blaze-builder) + * [blaze-html](http://hackage.haskell.org/package/blaze-html) + * [crypto-api](http://hackage.haskell.org/package/crypto-api) + * [hamlet](http://hackage.haskell.org/package/hamlet) * Shell commands * [git](http://git-scm.com/) * [uuid](http://www.ossp.org/pkg/lib/uuid/) |