summaryrefslogtreecommitdiff
path: root/doc/install/fromsource.mdwn
Commit message (Collapse)AuthorAge
* update instructions to work around ↵Gravatar Joey Hess2016-07-19
| | | | | | | https://github.com/commercialhaskell/stack/issues/2371 Also don't recommend using cabal unpack to get the source, since the git clone has a more extensive source tree.
* enable explicit-setup-depsGravatar Joey Hess2016-05-05
|
* remove incorrect out of dateness warningGravatar Joey Hess2016-04-11
|
* (no commit message)Gravatar xloem2016-04-11
|
* update flag listGravatar Joey Hess2016-03-05
|
* update for MagicMime with stackGravatar Joey Hess2016-02-05
|
* improveGravatar Joey Hess2015-09-26
|
* turn off dbus for stackGravatar Joey Hess2015-09-26
| | | | | | Needs xml parser C libs. I couldn't avoid needing zlib though, http-client needs it.
* Added stack.yaml to support easy builds from source with stack.Gravatar Joey Hess2015-09-26
| | | | | | | | Update install instructions. Note that xmpp is disabled in the stack.yaml, because that needs C libraries that would take extra work for the user to install. xmpp is moving toward deprecation anyway.
* reorder cabal configure after install of dependenciesGravatar Joey Hess2015-07-21
| | | | can't configure w/o all deps installed
* git-annex is now available in stackage; suggest using to in fromsource to ↵Gravatar Joey Hess2015-05-19
| | | | avoid cabal hell issues
* Pass -j to cabal install and cabal build; presumably we all have more than ↵Gravatar https://www.google.com/accounts/o8/id?id=AItOawmUJBh1lYmvfCCiGr3yrdx-QhuLCSRnU5c2015-03-28
| | | | one core to spare.
* AFAICT you should pass -f"..." to cabal install as well as cabal configure, ↵Gravatar https://www.google.com/accounts/o8/id?id=AItOawmUJBh1lYmvfCCiGr3yrdx-QhuLCSRnU5c2015-03-28
| | | | otherwise it will try to install the prerequisites for a default build
* Rewording some text in fromsourceGravatar https://www.google.com/accounts/o8/id?id=AItOawmUJBh1lYmvfCCiGr3yrdx-QhuLCSRnU5c2015-03-16
|
* improveGravatar Joey Hess2014-09-16
|
* reorg and rewrote build-from-source instructionsGravatar Joey Hess2014-09-16