Skip to content

Instantly share code, notes, and snippets.

@noahfrederick
Created March 8, 2013 19:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noahfrederick/5119285 to your computer and use it in GitHub Desktop.
Save noahfrederick/5119285 to your computer and use it in GitHub Desktop.
Install pandoc and dependencies on OS X
# Install Haskell platform via Homebrew
brew install haskell-platform
# Install pandoc with cabal package manager
cabal update # May prompt you to update cabal itself
cabal install pandoc
# You will need to add ~/.cabal/bin to your PATH
# or symlink the executable (~/.cabal/bin/pandoc) somewhere
# For PDF output, install MacTeX package online
# Then, after opening a new shell...
sudo tlmgr update --self
# Install latex2pdf extension
sudo tlmgr install ucs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment