How To Install
Using PEAR
The cairo_wrapper extension is available from the php-baustelle PEAR channel, if your PEAR installation already supports channels (PEAR >= 1.4) then you can install the extension using the PEAR installer.
First you have to register the php-baustelle.de channel (if you haven't already done so)
pear channel-discover pear.php-baustelle.de
You may also need to tweak the *preferred_state* setting in your PEAR configuration as this is still an 'alpha' package:
pear config-set preferred_state alpha
To perform the actual installation do:
pear install php-baustelle/cairo_wrapper
Source Releases
Source releases are available in the Downloads section of this site.
To build the extension from source you need to perform the usual steps:
phpize ./configure make sudo make install
You will also have to add
extension=cairo_wrapper.so
to your php.ini file to activate the extension (don't forget to restart your web server if you are using a PHP webserver module)
Source Snapshots
Right now i'm creating one or more alpha releases a day. Once i've reached a more stable state i may start to provide nightly snapshots but for now this doesn't seem to be worth the effort yet.
