Skip to content

Instantly share code, notes, and snippets.

@nicholasjhenry
Created December 11, 2013 02:19
Show Gist options
  • Select an option

  • Save nicholasjhenry/7904165 to your computer and use it in GitHub Desktop.

Select an option

Save nicholasjhenry/7904165 to your computer and use it in GitHub Desktop.
Quarto Install Instructions
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