diff options
| author | Mohamed Akram <[email protected]> | 2025-03-23 16:09:17 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-03-23 16:09:17 -0700 |
| commit | e3f31588a38f65d72571d6d71c3d524168ef4028 (patch) | |
| tree | ad527d7c613f6b67d1fe155cc2c6225dca49fb1c | |
| parent | 752f1981879723f0ec2f749f5fe4e41469cc1e13 (diff) | |
INSTALL.md: update MacPorts information (#10719)
| -rw-r--r-- | INSTALL.md | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/INSTALL.md b/INSTALL.md index 344c718fb..ffb91ca22 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -8,13 +8,13 @@ The simplest way to get the latest pandoc release is to use the installer. </a> For alternative ways to install pandoc, see below under the heading for -your operating system. +your operating system. **Note**: the statically linked Pandoc binaries provided by us (or those available on Conda Forge) have a limitation. They are unable to utilise Lua filters that rely on Lua modules written in C. If you require the functionality offered by these filters, please consider an alternative -method of installation. +method of installation. ## Windows @@ -78,6 +78,10 @@ Note: On unsupported versions of macOS (more than three releases old), Homebrew installs from source, which takes additional time and disk space for the `ghc` compiler and dependent Haskell libraries. +You can also install pandoc using [MacPorts]: + + port install pandoc + Or, you can install Pandoc using [Conda forge]. We also provide a zip file containing the binaries and man @@ -399,7 +403,7 @@ To run just the markdown benchmarks: [GHC]: https://www.haskell.org/ghc/ [GitLab CI/CD]: https://about.gitlab.com/stages-devops-lifecycle/continuous-integration/ [Haskell platform]: https://hackage.haskell.org/platform/ -[MacPorts]: https://trac.macports.org/browser/trunk/dports/textproc/pandoc/Portfile +[MacPorts]: https://ports.macports.org/port/pandoc/ [MacTeX]: https://tug.org/mactex/ [OpenBSD ports]: https://cvsweb.openbsd.org/ports/textproc/pandoc/ [BasicTeX]: https://www.tug.org/mactex/morepackages.html |
