中級者以上向け
tar xvfz ImageMagick-x.y.z.tar.gz
cdImageMagick-x.y.z
./configure
--prefix=${HOME}/local
--with-perl=${HOME}/.plenv/shims/perl
--enable-shared
--disable-openmp
--disable-opencl
--without-x
make
make install
12.
中級者以上向け
tar xvfz ImageMagick-x.y.z.tar.gz
cdImageMagick-x.y.z
./configure
--prefix=${HOME}/local
--with-perl=${HOME}/.plenv/shims/perl
--enable-shared
--disable-openmp
--disable-opencl
--without-x
ここがミソ!
make
make install