diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-05-05 15:35:57 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-05-05 15:37:42 -0400 |
commit | 46c7a156017a79f9b3b7eacf745ef42f207f3212 (patch) | |
tree | ab8d658d0a509943a7a84c85b82ad68caddc98b9 /doc/install/fromsource.mdwn | |
parent | 653c99a082ab8be98ca1ae490da89b1fc7e3eca9 (diff) |
enable explicit-setup-deps
Diffstat (limited to 'doc/install/fromsource.mdwn')
-rw-r--r-- | doc/install/fromsource.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/fromsource.mdwn b/doc/install/fromsource.mdwn index ef8482edd..cfc58c4f4 100644 --- a/doc/install/fromsource.mdwn +++ b/doc/install/fromsource.mdwn @@ -42,7 +42,7 @@ and avoids build failures due to fast-changing haskell libraries. First, [install stack](https://github.com/commercialhaskell/stack/blob/master/doc/install_and_upgrade.md) It will be part of the Haskell Platform soon. On Debian unstable/testing: - sudo apt-get install haskell-stack zlib1g-dev + sudo apt-get install haskell-stack zlib1g-dev libtinfo-dev Use stack to install all dependencies and git-annex: |