summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-10-29 14:59:04 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2017-10-29 14:59:04 -0700
commite87085016f9a0c26eb3016d941ecfa7043165a93 (patch)
treebad06319d54552c316cc5727c5081bdc16e61a33
parent95ccbdaac20703e4eb447a88fc4397298ff005e3 (diff)
INSTALL - removed "building the whole pandoc ecosystem."
This is irrelevant now with stack allowing us to depend on arbitrary git commits.
-rw-r--r--INSTALL.md23
1 files changed, 0 insertions, 23 deletions
diff --git a/INSTALL.md b/INSTALL.md
index ad315a3d0..c4ccf743f 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -319,29 +319,6 @@ To run just the markdown benchmarks:
cabal bench --benchmark-options='markdown'
-### Building the whole pandoc ecosystem
-
-Sometimes pandoc's development code depends on unreleased versions
-of dependent libraries. You'll need to build these as well. A
-maximal build method would be
-
- mkdir pandoc-build
- cd pandoc-build
- git clone https://github.com/jgm/pandoc-types
- git clone https://github.com/jgm/texmath
- git clone https://github.com/jgm/pandoc-citeproc
- git clone https://github.com/jgm/pandoc
- git clone https://github.com/jgm/cmark-hs
- git clone https://github.com/jgm/zip-archive
- cd pandoc
- stack install --test --install-ghc --stack-yaml stack.full.yaml
-
-To pull in the latest changes, after you've done this and there have been
-changes in the repositories: Visit each repository in pandoc-build
-(pandoc-types, texmath, pandoc-citeproc, pandoc, zip-archive, cmark-hs) and do
-`git pull`. In the pandoc repo, also do `stack install --test
---stack-yaml stack.full.yaml`.
-
[Arch]: https://www.archlinux.org/packages/community/x86_64/pandoc/
[Cabal User's Guide]: http://www.haskell.org/cabal/release/latest/doc/users-guide/builders.html#setup-configure-paths