Building imagick should be parallelized

This commit is contained in:
Christopher Monsanto
2021-06-29 05:52:22 -04:00
parent f2ca93f26a
commit 297e8e7160

View File

@@ -45,7 +45,7 @@ $ wget https://imagemagick.org/download/ImageMagick.tar.gz
$ tar xf ImageMagick.tar.gz
$ cd ImageMagick-*
$ ./configure --with-modules --enable-shared --with-perl
$ sudo make install
$ sudo make -j install
$ sudo ldconfig /usr/local/lib
```