HI,

Just in case it is useful to someone else here's how I got clutter running
on debian wheezy in the end.


----
apt-get install python-cairo-dev libcairo2-dev libpango1.0-dev
libgdk-pixbuf2.0-dev libatk1.0-dev  libjson-glib-dev libffi-dev libffi-dev
libtiff4-dev libxi-dev freeglut3-dev python2.7-dev gobject-introspection
gtk-doc-tools libatk1.0-dev flexa libgtk-3-dev libgtk-3-0

git clone git://git.gnome.org/clutter
git clone -b cogl-1.10 http://git.gnome.org/browse/cogl
wget http://ftp.acc.umu.se/pub/gnome/sources/atk/2.5/atk-2.5.91.tar.xz
wget
http://ftp.acc.umu.se/pub/GNOME/sources/gobject-introspection/1.32/gobject-introspection-1.32.1.tar.xz

tar -Jxf gobject-introspection-1.32.1.tar.xz
cd gobject-introspection-1.32.1/
 ./configure --prefix=/usr/  --libdir=/usr/lib/x86_64-linux-gnu/
make -j2
make install


tar -Jxf atk-2.5.91.tar.xz
cd atk-2.5.91/
 ./configure --prefix=/usr/  --libdir=/usr/lib/x86_64-linux-gnu/
make -j2
make install

cd cogl/
 sh autogen.sh --prefix=/usr/  --enable-introspection
 make
 make install

cd clutter/
 sh autogen.sh --prefix=/usr/  --enable-introspection
 make
 make install


----



--
Patrick Shirkey
Boost Hardware Ltd
_______________________________________________
clutter-app-devel-list mailing list
clutter-app-devel-list@clutter-project.org
http://lists.clutter-project.org/listinfo/clutter-app-devel-list

Reply via email to