aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.md
AgeCommit message (Collapse)Author
2025-11-04Update INSTALL.md.John MacFarlane
Remove mention of Haskell platform, improve install instructions. See #11271.
2025-03-23INSTALL.md: update MacPorts information (#10719)Mohamed Akram
2024-08-28INSTALL.md — reorganise info on static binaries and add conda-forge ↵Ian Max Andolina
install options (#10098) See #10069 -- the static linked pandoc on other OSes also have a limitation to use binary lua packages. So added this point at the top of the document. In addition conda-forge is cross-platform way to install pandoc and other tools, added to Windows, macOS and Linux sections. Co-authored-by: iandol <[email protected]>
2024-04-29INSTALL.md: Minor tweaks. (#9705)Leo Heitmann Ruiz
2023-06-22mention alternatives to LaTeX to generate pdfNorwid Behrnd
Pandoc's default engine to generate pdf is LaTeX. In reply to an issue report,[1] and with the documentation in mind, INSTALL.md now hints one can equally use other tools for this task, too. [1] https://github.com/jgm/pandoc/issues/8769
2023-06-19Update Linux install linksharabat
- Updated Arch link (previous one was 404'ing) - Standardised some other links that weren't pointing to the package or the distro-specific search results
2023-06-02INSTALL.md: Use more relevant link to NetBSD/pkgsrc entryCharlotte Koch
2023-04-22Fix Windows install instructions for winget.John MacFarlane
Closes #8799.
2023-03-31Fix cabal install instructions.Albert Krewinkel
2023-02-01More tweaks on INSTALL.md.John MacFarlane
2023-02-01INSTALL: direct people to cabal install pandoc-cli.John MacFarlane
2023-01-11Updated some references to master -> main.John MacFarlane
2022-10-03Remove unused lua53 flag.John MacFarlane
2022-09-26Add server flag to pandoc-cli.John MacFarlane
This allows the executable to be built without support for "server mode."
2022-08-24INSTALL.md: Fix link to fedora package site. (#8246)Akos Marton
Co-authored-by: Akos Marton <[email protected]>
2022-08-16Update INSTALL.md installation from source instructions.John MacFarlane
2022-03-28Add lua53 flag.John MacFarlane
It is false by default. If set to true, compile with hslua 2.1 and Lua 5.3, otherwise hslua 2.2 and Lua 5.4.
2022-03-08add reference to install via winget (#7951)Guriy Samarin
2021-07-19INSTALL.md: Add GitLab CI/CD example (#7448)Veratyr
2021-04-29INSTALL: add note that parallel installations should be avoided. (#7147)Albert Krewinkel
Closes: #6865
2021-02-26Fix/update URLs and use HTTP**S** where possible (#7122)Salim B
2020-11-19INSTALL.md: Remove references to `pandoc-citeproc`.John MacFarlane
Closes #6857.
2020-06-07doc: fix FreeBSD port link (#6422)Mo
The FreeBSD port was renamed from pandoc to hs-pandoc in 2010. The old pandoc port is still at version 1.5.1.1
2020-04-24Update the link to TinyTeX (#6318)Yihui Xie
from https://yihui.name/tinytex to https://yihui.org/tinytex (the former will be automatically redirected to the latter)
2020-01-17Add --rm to docker command in INSTALL.md.John MacFarlane
2020-01-15INSTALL: remove bulletsJohn MacFarlane
2020-01-15Add Docker and GH Actions instructions/links to INSTALL.md.John MacFarlane
2019-10-15Add Void LinuxVolodymyr Kozachynskyi
No real website to package, added simply official webpage as href
2019-09-08INSTALL instructions fix for libicu.John MacFarlane
2018-12-19INSTALL.md change button (#5167)Mauro Bieg
2018-12-11INSTALL: make text on button bigger.John MacFarlane
2018-12-11INSTALL.md: use HTML for download button.John MacFarlane
Closes #5144.
2018-12-11fix various links in INSTALL.md; bump required stack version (#5144)max
stack 1.6.5 produced an error; 1.7.0 and higher seems OK
2018-12-09Fix typosKatrin Leinweber
2018-11-30Fix missing wordAndrew Dunning
2018-11-30Improve installation notes on associated softwareAndrew Dunning
Includes explanation of how to install related tools with package managers (since the method of installing `rsvg-convert` is not obvious).
2018-11-29INSTALL.md: Small wording tweak.John MacFarlane
2018-11-27INSTALL.md: Use button for installer links.John MacFarlane
2018-11-27update INSTALL.mdMauro Bieg
2018-11-27simplify INSTALL.mdMauro Bieg
2018-10-10INSTALL.md: Add chromeos install instructions (#4958)Evan Pratten
2018-10-07INSTALL: note about TinyTeX.John MacFarlane
2018-09-07INSTALL.md: indicate that cabal >= 2.0 is needed.John MacFarlane
2018-08-18Added chocolatey installation method (#4844)Miodrag Milić
2018-08-01fix broken link for cabal-install (#4806)ChanHoHo
2018-05-20Correct the macOS homebrew note (#4664)Ian
By default for all versions of macOS > 10.10 (released in 2015), homebrew does install binary packages, it does not use source to build. So update note to mention a source build is only an issue for old versions of the OS.
2018-05-19Clarify macos install in INSTALL.md.John MacFarlane
Make the binary package installer the recommended method, and note that homebrew installs from source and takes a lot of disk space. Closes #4661.
2018-03-17INSTALL.md don't advise to always build testsMauro Bieg
2018-02-05INSTALL.md: mentioning Stack version. (#4343)Adam Brandizzi
2018-01-14Remove custom prelude and ghc 7.8 support.John MacFarlane