Clutter version 0.420 ===================== Perl bindings to the Clutter OpenGL canvas. Clutter aims to give a nice and easy GObject based API for creating fast, mainly 2B single window stylised applications, such as media box UI, presentations, kiosk style applications, etc. Clutter uses OpenGL for rendering. The Clutter Perl bindings allow you to write canvas-based applications in a Perlish and object-oriented way, freeing you from having to care about casting and memory management of the original Clutter C API, and yet remaining close to its spirit. You can find out more about Clutter at http://www.clutter-project.org . INSTALLATION ------------ To install this module type the following: perl Makefile.PL make make test make install To avoid installing to a system directory 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 the to this library directory so you can use it. DEPENDENCIES ------------ This module requires these other modules and libraries: perl >= 5.8.0 Glib >= 1.120 (Perl module) Gtk2 >= 1.120 (Perl module) Clutter >= 0.4.2 (C library) ClutterGst >= 0.4.0 (C library) ClutterGtk >= 0.4.0 (C library) ClutterCairo >= 0.4.0 (C library) In order to build it from source, you'll also need: ExtUtils::Depends >= 0.2 ExtUtils::PkgConfig >= 1.03 BUG REPORTS ----------- Please report bugs to the clutter product in OpenedHand's Bugzilla: http://bugzilla.gnome.org/enter_bug.cgi?product=Clutter COPYRIGHT AND LICENSE --------------------- Copyright (C) 2006-2007 OpenedHand Ltd. (see the file AUTHORS) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307 USA.