Skip to content

Instantly share code, notes, and snippets.

@schmurfy
Created July 29, 2012 14:33
Show Gist options
  • Star 75 You must be signed in to star a gist
  • Fork 19 You must be signed in to fork a gist
  • Save schmurfy/3199254 to your computer and use it in GitHub Desktop.
Save schmurfy/3199254 to your computer and use it in GitHub Desktop.
Install pandoc Mac OS X 10.8
# Install MacTex: http://mirror.ctan.org/systems/mac/mactex/mactex-basic.pkg
$ sudo chown -R `whoami` /usr/local/texlive
$ tlmgr update --self
$ tlmgr install ucs
$ tlmgr install etoolbox
# Install pandoc view homebrew
$ brew install haskell-platform
$ cabal install pandoc
# add to your path "~/.cabal/bin"
# Now to convert a document
$ pandoc doc.pandoc doc.pdf
@yunqing83
Copy link

if you have installed port, simply type this
(works quickly on my OS X Yosemite)

$ sudo port install pandoc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment