donn <[email protected]> writes: > This is all a good few levels above my capacity, but I am excited to > see it taking place. I will have a stab at patching and compiling my > own libclutter so that I can test it out. (push task -- *groan* > wet-stack heading for out of cranium error at any moment.)
Cool, thanks for trying it out. However, you won't need to compile your own Clutter - it's a standalone library. You just need to install the dev packages for clutter from your distro and then checkout the toys repo from here: git clone git://git.clutter-project.org/toys Then apply the patch with cd toys wget -O - http://bugzilla.openedhand.com/attachment.cgi?id=1828 \ | git am - Then compile it with: cd clutter-ply && ./autogen.sh && make Then you can try the example with cd example && ./monkey - Neil -- To unsubscribe send a mail to [email protected]
