Created
July 29, 2012 14:33
-
-
Save schmurfy/3199254 to your computer and use it in GitHub Desktop.
Install pandoc Mac OS X 10.8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This line not work anymore:
~$ brew install haskell-platform
Error: No available formula for haskell-platform
We no longer package haskell-platform. Consider installing ghc
and cabal-install instead:
brew install ghc cabal-install
A binary installer is available:
https://www.haskell.org/platform/mac.html
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
@arvindraghavan, this is an awesome routine. just wanted to add that after I followed your steps texbin wasn't on my path, which I then fixed with: