Created
December 17, 2017 23:21
-
-
Save cuuupid/963db645047597723956af13ab87b73a to your computer and use it in GitHub Desktop.
Install ImageMagick on Ubuntu (or WSL)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| wget https://www.imagemagick.org/download/ImageMagick.tar.gz | |
| tar xvzf ImageMagick.tar.gz | |
| cd ImageMagick-* | |
| ./configure | |
| make | |
| sudo make install | |
| sudo ldconfig /usr/local/lib |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tried apt update, got this: