Skip to content

Instantly share code, notes, and snippets.

@sonesuke
Last active August 29, 2015 14:02
Show Gist options
  • Save sonesuke/565538b97a317f5cf75a to your computer and use it in GitHub Desktop.
Save sonesuke/565538b97a317f5cf75a to your computer and use it in GitHub Desktop.
pandoc
sudo apt-get install haskell-platform
cabal update
cabal install pandoc
make sure path
cabal path is ${HOME}/.cabal/bin
sudo apt-get install graphviz libgraphviz-dev pkg-config python-dev
git clone https://github.com/jgm/pandocfilters.git
cd pandocfilters
sudo python setup.py install
cd ..
wget https://pypi.python.org/packages/source/p/pygraphviz/pygraphviz-1.2.tar.gz
tar xvf pygraphviz-1.2.tar.gz
cd pygraphviz-1.2
sudo python setup.py install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment