Use 6.9 version of ImageMagick for Ubuntu VM
This commit is contained in:
1
vagrant/freebsd10/.gitignore
vendored
1
vagrant/freebsd10/.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
ssh_config
|
ssh_config
|
||||||
|
.vagrant
|
||||||
|
|||||||
1
vagrant/ubuntu14/.gitignore
vendored
1
vagrant/ubuntu14/.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
ssh_config
|
ssh_config
|
||||||
|
.vagrant
|
||||||
|
|||||||
4
vagrant/ubuntu14/fabfile.py
vendored
4
vagrant/ubuntu14/fabfile.py
vendored
@ -41,8 +41,8 @@ def all():
|
|||||||
run('./rustup.sh --yes')
|
run('./rustup.sh --yes')
|
||||||
run('rm -f rustup.sh')
|
run('rm -f rustup.sh')
|
||||||
sudo('apt-get -q -y build-dep imagemagick')
|
sudo('apt-get -q -y build-dep imagemagick')
|
||||||
run('wget -q http://www.imagemagick.org/download/ImageMagick.tar.gz')
|
run('wget -q http://www.imagemagick.org/download/ImageMagick-6.9.5-2.tar.gz')
|
||||||
run('tar zxf ImageMagick.tar.gz')
|
run('tar zxf ImageMagick-6.9.5-2.tar.gz')
|
||||||
with cd('ImageMagick-*'):
|
with cd('ImageMagick-*'):
|
||||||
run('./configure')
|
run('./configure')
|
||||||
run('make')
|
run('make')
|
||||||
|
|||||||
Reference in New Issue
Block a user