Use 6.9 version of ImageMagick for Ubuntu VM

This commit is contained in:
Nathan Fiedler 2016-07-14 17:48:54 -07:00
parent f60f612baf
commit dff74fac98
3 changed files with 4 additions and 2 deletions

View file

@ -1 +1,2 @@
ssh_config
.vagrant

View file

@ -1 +1,2 @@
ssh_config
.vagrant

View file

@ -41,8 +41,8 @@ def all():
run('./rustup.sh --yes')
run('rm -f rustup.sh')
sudo('apt-get -q -y build-dep imagemagick')
run('wget -q http://www.imagemagick.org/download/ImageMagick.tar.gz')
run('tar zxf ImageMagick.tar.gz')
run('wget -q http://www.imagemagick.org/download/ImageMagick-6.9.5-2.tar.gz')
run('tar zxf ImageMagick-6.9.5-2.tar.gz')
with cd('ImageMagick-*'):
run('./configure')
run('make')