1 | cd /tmp |
出现
1 | configure: error: not found. Please provide a path to MagickWand-config or Wand-config program. |
安装依赖:
ubuntu:
1 | sudo apt-get install build-essential |
再次编译:
1 | vagrant@ubuntu-bionic:/tmp/imagick-3.4.4$ sudo ./configure --prefix=/usr/local/imagemagick |