PDF/PNG Export
Export to PDF and PNG file formats requires the LibRSVG (SVG rendering) library to be installed.
Mac OS X
- Install homebrew: follow the one-step installation directions here to install homebrew, the OS X package manager.
- Install librsvg using homebrew: run the following command to install librsvg:
brew install librsvg
Linux (Ubuntu or similar)
- Install librsvg: run the following command to install librsvg on ubuntu/debian/similar:
sudo apt-get install librsvg2-dev