John MacFarlane
3202a288ac
Update INSTALL.md installation from source instructions.
2022-08-16 09:31:10 -07:00
John MacFarlane
f5129666e7
Add lua53 flag.
...
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-28 10:06:52 -07:00
Guriy Samarin
0adfc6e58e
add reference to install via winget ( #7951 )
2022-03-08 09:01:18 -08:00
Veratyr
26d883faa8
INSTALL.md: Add GitLab CI/CD example ( #7448 )
2021-07-19 09:19:41 -07:00
Albert Krewinkel
dc0e482da7
INSTALL: add note that parallel installations should be avoided. ( #7147 )
...
Closes : #6865
2021-04-29 18:54:36 -07:00
Salim B
fae6a204f1
Fix/update URLs and use HTTP**S** where possible ( #7122 )
2021-02-26 17:56:04 -08:00
John MacFarlane
433605f9b9
INSTALL.md: Remove references to pandoc-citeproc
.
...
Closes #6857 .
2020-11-19 09:40:46 -08:00
Mo
a71278b83e
doc: fix FreeBSD port link ( #6422 )
...
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-06-07 17:34:14 -07:00
Yihui Xie
032a04c050
Update the link to TinyTeX ( #6318 )
...
from https://yihui.name/tinytex to https://yihui.org/tinytex (the former will be automatically redirected to the latter)
2020-04-24 22:46:59 -07:00
John MacFarlane
aa5903705a
Add --rm to docker command in INSTALL.md.
2020-01-17 08:56:36 -08:00
John MacFarlane
400b29d10e
INSTALL: remove bullets
2020-01-15 09:16:07 -08:00
John MacFarlane
7b339d02a0
Add Docker and GH Actions instructions/links to INSTALL.md.
2020-01-15 09:09:34 -08:00
Volodymyr Kozachynskyi
5af8b422dd
Add Void Linux
...
No real website to package, added simply official webpage as href
2019-10-15 14:50:32 -07:00
John MacFarlane
95a19fcff0
INSTALL instructions fix for libicu.
2019-09-08 21:56:42 -07:00
Mauro Bieg
c3236560c2
INSTALL.md change button ( #5167 )
2018-12-19 13:41:43 -05:00
John MacFarlane
fe9c6eb86b
INSTALL: make text on button bigger.
2018-12-11 10:59:37 -08:00
John MacFarlane
41f4609590
INSTALL.md: use HTML for download button.
...
Closes #5144 .
2018-12-11 10:55:39 -08:00
max
980bb4f23a
fix various links in INSTALL.md; bump required stack version ( #5144 )
...
stack 1.6.5 produced an error; 1.7.0 and higher seems OK
2018-12-11 13:54:12 -05:00
Katrin Leinweber
bd9ffc9183
Fix typos
2018-12-09 17:26:14 +01:00
Andrew Dunning
c34a5f3c77
Fix missing word
2018-11-30 15:03:14 -05:00
Andrew Dunning
1637580b7d
Improve installation notes on associated software
...
Includes explanation of how to install related tools with package managers (since the method of installing `rsvg-convert` is not obvious).
2018-11-30 15:03:14 -05:00
John MacFarlane
5c9ddaac2c
INSTALL.md: Small wording tweak.
2018-11-29 12:35:36 -08:00
John MacFarlane
14027cd8a8
INSTALL.md: Use button for installer links.
2018-11-27 09:57:47 -08:00
Mauro Bieg
3e32053b5b
update INSTALL.md
2018-11-27 12:49:13 -05:00
Mauro Bieg
4b98ec329c
simplify INSTALL.md
2018-11-27 12:49:13 -05:00
Evan Pratten
93a6d2945f
INSTALL.md: Add chromeos install instructions ( #4958 )
2018-10-10 17:23:30 -07:00
John MacFarlane
9b481c8787
INSTALL: note about TinyTeX.
2018-10-07 12:21:28 -07:00
John MacFarlane
6397aacdae
INSTALL.md: indicate that cabal >= 2.0 is needed.
2018-09-07 09:25:48 -07:00
Miodrag Milić
cc4753367c
Added chocolatey installation method ( #4844 )
2018-08-18 09:20:51 -07:00
ChanHoHo
08694efd89
fix broken link for cabal-install ( #4806 )
2018-08-01 12:25:07 -07:00
Ian
d7164e5c66
Correct the macOS homebrew note ( #4664 )
...
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-20 21:21:55 -07:00
John MacFarlane
41b205f4b0
Clarify macos install in INSTALL.md.
...
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-05-19 16:54:05 -07:00
Mauro Bieg
8a5b3368b2
INSTALL.md don't advise to always build tests
2018-03-17 15:47:22 +01:00
Adam Brandizzi
1a8840f41a
INSTALL.md: mentioning Stack version. ( #4343 )
2018-02-05 11:49:56 -08:00
John MacFarlane
0e16155aaf
Remove custom prelude and ghc 7.8 support.
2018-01-14 23:31:49 -08:00
John MacFarlane
251fbfc60d
Updated INSTALL.md since we now provide zips for binaries.
2017-11-21 10:17:50 -08:00
John MacFarlane
c8d889320f
Various improvements to INSTALL.md.
2017-11-05 18:02:21 -08:00
Salim B
0fd1e0fa45
update commands to extract deb archive on Linux ( #4043 )
...
Since Pandoc v2.0 the xz instead of gz format is used for the data archive inside the deb (`data.tar.xz`) and the old commands to extract a gzip archive fail.
2017-11-05 20:46:18 -05:00
Roland Hieber
2aef7f1f9e
INSTALL.md: update links to Linux distributions ( #4040 )
...
* INSTALL.md: update links to Linux distributions. Some links were outdated.
Link to the package search page if no separate page for pandoc exists, and
use HTTPS where possible. All other links have been clicked once and deemed okay.
* INSTALL.md: also link to the download page in the Linux section
for people who only read the parts relevant for them.
Signed-off-by: Roland Hieber <rohieb@rohieb.name>
2017-11-04 13:32:22 -04:00
Adam
9cd3763162
MacOS instructions needed xar -f
...
As written, produces an error
2017-11-01 11:26:07 -07:00
John MacFarlane
e87085016f
INSTALL - removed "building the whole pandoc ecosystem."
...
This is irrelevant now with stack allowing us to depend
on arbitrary git commits.
2017-10-29 14:59:04 -07:00
John MacFarlane
312db3b851
INSTALL.md: updated docs for the linux package.
2017-10-23 23:08:51 -07:00
ickc
5c1d844e40
Name change OSX -> macOS ( #3869 )
...
* Name change OSX -> macOS
fix commit c96b64e
This commit finishes remaining osx to macOS change, as well as replacing MacOS with macOS.
The reason for the later one is because the "correct" casing of macOS is like that. Apple styles it to looks like iOS, watchOS, tvOS, etc. And unfortunately they all start with a lowercase letter, making propercasing (or even title-casing) odd.
* fix casing of Linux, UNIX, and Windows
2017-08-23 13:48:10 -07:00
John MacFarlane
310ff99a8c
INSTALL: Improved instructions for tests with patterns.
2017-06-23 13:09:47 +02:00
John MacFarlane
ff991d1e21
Revert "Revert "Use file-embed instead of hsb2hs to embed data files.""
...
This reverts commit 1fa15c225b
.
2017-04-02 23:10:10 +02:00
John MacFarlane
1fa15c225b
Revert "Use file-embed instead of hsb2hs to embed data files."
...
This reverts commit 10d91c1479
.
2017-03-26 20:48:17 +02:00
John MacFarlane
10d91c1479
Use file-embed instead of hsb2hs to embed data files.
...
I think template haskell is robust enough now across platforms
that this will work.
Motivation: file-embed gives us better dependency tracking: if a data
file changes, ghc/stack/cabal know to recompile the Data module.
This also removes hsb2hs as a build dependency.
2017-03-26 17:22:00 +02:00
Or Neeman
fa43e36449
Fix stale references to tests
directory ( #3469 )
...
Some of the benchmarks were failing due to references to files in the
`tests` directory, which is now called `test`. A search found other
references to it also. This commit updates all these references.
2017-02-25 10:31:40 +01:00
John MacFarlane
59c673c613
Fixed link to mac uninstaller script.
2017-02-24 16:07:56 +01:00
John MacFarlane
3c8ccd2a9c
Modified documentation now that submodule fetching isn't needed.
2017-02-20 21:07:59 +01:00