Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1012 Bytes

Installing-ImageMagick.md

File metadata and controls

25 lines (16 loc) · 1012 Bytes

Installing ImageMagick

In order for Slither to have support for SVG files, you need to have ImageMagick installed. Here are some installation instructions for common platforms.

On Windows

Download and install the correct binary from ImageMagick's binaries page.

On OSX/MacOS

If you have homebrew installed, the easiest way is to run brew install imagemagick in your terminal.

If you have MacPorts installed, you can run sudo port install ImageMagick to install ImageMagick.

Otherwise, follow the instructions at ImageMagick's binaries page

On GNU/Linux

Debian

Run sudo aptitude update && aptitude install imagemagick.

Ubuntu

Run sudo apt-get install imagemagick.

Other systems

Use your package manager to install ImageMagick, if has it.

Otherwise, try ImageMagick's binaries page.