From 297e8e7160138712e142f8243bd08b1e9c5c2cb1 Mon Sep 17 00:00:00 2001 From: Christopher Monsanto Date: Tue, 29 Jun 2021 05:52:22 -0400 Subject: [PATCH] Building imagick should be parallelized --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 471f5e2a..649511d3 100644 --- a/README.md +++ b/README.md @@ -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 ```