Created
December 11, 2013 02:19
-
-
Save nicholasjhenry/7904165 to your computer and use it in GitHub Desktop.
Quarto Install Instructions
This file contains hidden or 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
| brew install haskell-platform | |
| cabal update | |
| cabal install cabal-install | |
| export PATH=$PATH:~/.cabal/bin | |
| cabal install pandoc | |
| brew install xmlstarlet | |
| brew install fontforge | |
| curl -o prince-9.0r2-macosx.tar.gz http://www.princexml.com/download/prince-9.0r2-macosx.tar.gz | |
| tar -xzvf prince-9.0r2-macosx.tar.gz | |
| cd prince-9.0r2-macosx | |
| ./install.sh | |
| gem install quarto |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment