Cairo

Cairo package contains Perl bindings to the cairo graphics library.
Download

Cairo Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Torsten Schoenfeld
  • Publisher web site:
  • http://search.cpan.org/~tsch/Gnome2-Vte-0.08/Vte.pm

Cairo Tags


Cairo Description

Cairo package contains Perl bindings to the cairo graphics library. Cairo package contains Perl bindings to the cairo graphics library.INSTALLATIONTo install this module type the following: perl Makefile.PL make make test make install To avoid installing to a system directory, if you don't have root access, you can change the installation prefix at Makefile.PL time with perl Makefile.PL PREFIX=/some/other/place This will install the module to the subdirectory lib/perl5 under the given prefix. If this is not already in perl's include path, you'll need to tell perl how to get to this library directory so you can use it; there are three ways: in your environment (the easiest): # assuming a bourne-style shell PERL5LIB=/some/other/place/lib/perl5/site_perl export PERL5LIB on the perl command line: perl -I /some/other/place/lib/perl5/site_perl yourscript in the code of your perl script: use lib '/some/other/place/lib/perl5/site_perl'; Requirements: · Perl · cairo (C library) >= 1.0.0 · ExtUtils::PkgConfig (perl module) · ExtUtils::Depends (perl module)


Cairo Related Software