habitica/vagrant_scripts/install_sprite_dependencies.sh

9 lines
281 B
Bash
Raw Normal View History

2016-01-18 16:08:49 +00:00
echo Installing GraphicsMagick - provides gm and convert...
apt-get install -qq graphicsmagick
echo Installing phantomjs and dependency...
apt-get install -qq libicu48
echo Installing requirements for grunt-spritesmith...
apt-get install -qq pkg-config libcairo2-dev libjpeg-dev