https://bitbucket.org/hudson/magic-lantern
Revision 6e14cb972f84511d2d973ef3320cd318143a4863 authored by a1ex on 22 October 2013, 21:30:03 UTC, committed by a1ex on 22 October 2013, 21:30:03 UTC
1 parent 0bb2537
Raw File
Tip revision: 6e14cb972f84511d2d973ef3320cd318143a4863 authored by a1ex on 22 October 2013, 21:30:03 UTC
Close branch DataFolder.
Tip revision: 6e14cb9
prepare.ubuntu.sh
#!/usr/bin/env sh
# Development
sudo apt-get install flex bison libgmp3-dev libmpfr-dev libncurses5-dev libmpc-dev autoconf texinfo build-essential git-core mercurial zlibc zlib1g-dev
# Documentation
sudo apt-get install python-matplotlib python-matplotlib-data python-matplotlib-doc python-matplotlib-dbg texlive-luatex python-docutils texlive-latex-base texlive-latex-recommended texlive-fonts-extra dvi2ps texlive-math-extra pandoc texlive-latex-extra ruby-full poppler-utils imagemagick
back to top