我正在跟进说明。
sudo apt update
sudo apt-get install build-essential
wget https://www.imagemagick.org/download/ImageMagick.tar.gz
tar xvzf ImageMagick.tar.gz
cd ImageMagick-7.0.8-66/
我下载了文件,然后执行以下操作:./configure
无论我尝试什么,我都会收到错误:
make
make:*** 未指定目标且未找到 makefile。停止。
make install
make:*** 没有规则来制作目标“安装”。停止。
sudo make install
make:*** 没有规则来制作目标“安装”。停止。
我能做些什么?
编辑
我尝试过sudo apt-get install imagemagick
,在尝试使用以下方法转换图像时出现此错误sudo apt install imagemagick
convert-im6.q16:委托失败
'dwebp' -pam '%i' -o '%o'' @ error/delegate.c/InvokeDelegate/1919. convert-im6.q16: unable to open file
/tmp/magick-26070kv4gJ8l8TYTt':没有此文件或目录@error/constitute.c/ReadImage/600。convert-im6.q16:没有定义图像“x.pdf”@error/convert.c/ConvertImageCommand/3258。