Is there an obvious way to get Clutter Toolkit up and running in Ubuntu. It seems like there is a huge list of dependencies as I try compiling it.

The current dependency which I am unable to resolve is "cogl-pango-1.0".

Any suggestions on getting up a running with Clutter, for development?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

11.04 already ships with clutter 1.6.14: http://packages.ubuntu.com/natty/libclutter-1.0-0

see also: http://packages.ubuntu.com/source/natty/clutter-1.0 for the development and documentation packages.

the dependencies list is not "huge": most of the requirements are already available in 11.04 as -devel or -dev.

if you want to build from sources, I can recommend using jhbuild: the necessary steps are provided here: http://wiki.clutter-project.org/wiki/BuildingClutter#Building_from_Git

link|improve this answer
Whoops, don't know what I was thinking about the version number. I guess I will use the pre-built version. I was having trouble getting the previously mentioned dependencies while building with jhbuild. – EmpireJones May 30 '11 at 19:36
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.