mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 18:40:16 +02:00
Merge pull request #173 from LinusU/patch-1
Install libgsf-1-dev on Debian 8
This commit is contained in:
commit
a44df2f533
@ -90,7 +90,7 @@ case $(uname -s) in
|
|||||||
jessie|vivid)
|
jessie|vivid)
|
||||||
# Debian 8, Ubuntu 15
|
# Debian 8, Ubuntu 15
|
||||||
echo "Installing libvips via apt-get"
|
echo "Installing libvips via apt-get"
|
||||||
apt-get install -y libvips-dev
|
apt-get install -y libvips-dev libgsf-1-dev
|
||||||
;;
|
;;
|
||||||
trusty|utopic|qiana|rebecca)
|
trusty|utopic|qiana|rebecca)
|
||||||
# Ubuntu 14, Mint 17
|
# Ubuntu 14, Mint 17
|
||||||
|
Loading…
x
Reference in New Issue
Block a user