Tutorial

Installation

$ easy_install -ZU pgmagick

or

$ pip install --upgrade pgmagick

Requirements

pgmagick is available on UNIX-like systems. and depend on the following libraries.

Ubuntu11.10

package support on Ubuntu11.10.

$ apt-get install python-pgmagick

Ubuntu10.04+

$ apt-get install libgraphicsmagick++1-dev
$ apt-get install libboost-python1.40-dev

Fedora

$ yum install GraphicsMagick-c++-devel
$ yum install boost-devel

Debian

$ apt-get install libboost-python-dev
$ apt-get install libgraphicsmagick++1-dev

GraphicsMagick from source package

$ ./configure --enable-shared=yes
$ make && make install

Table Of Contents

Previous topic

Welcome to pgmagick

Next topic

Cookbook

This Page