v5tech/notes

Install pandoc on Mac OS X 10.8

Opened this issue · 0 comments

Install pandoc on Mac OS X 10.8

Install

Install haskell-platform

$ brew install haskell-platform

Update cabal

$ cabal update

Install pandoc

$ cabal install pandoc

Set PATH in ~/.zshenv

export PATH="$HOME/.cabal/bin:$PATH"

Convert to PDF

For PDF output, you’ll also need LaTeX. We recommend installing BasicTeX (64M), and using the tlmgr tool to install additional > packages as needed.
-- http://johnmacfarlane.net/pandoc/installing.html

Install BasicTex

http://www.tug.org/mactex/morepackages.html

Direct Link: http://mirror.ctan.org/systems/mac/mactex/mactex-basic.pkg

set PATH

export PATH="/usr/local/texlive/2012basic/bin/universal-darwin:$PATH"