10
dependencies
Luc Didry edited this page 2023-12-17 05:27:44 +00:00

Dependencies

Carton

Carton is a Perl dependencies manager, it will get what you need, so don't bother for Perl modules dependencies (but you can read the file cpanfile if you want).

sudo apt-get install carton build-essential libssl-dev libpq-dev zlib1g-dev shared-mime-info

And git, if you don't have it:

sudo apt-get install git

Thumbnails and animated gifs in Twitter dependency

If you want to provide thumbnails of uploaded images or have animated gifs in Twitter, you have to install the ImageMagick image manipulation software (http://www.imagemagick.org/) and the Image::Magick CPAN module.

Image::Magick is required to automatically correct images' orientation too.

Image::Magick is a pain in the ass to compile, so I recommend to install it from packages

On Debian, you can do:

sudo apt-get install perlmagick

You can now go to the installation page or go back to wiki's homepage.