Archive

Archive for November, 2011

Building gtk3 sugar on Fedora 16

November 13th, 2011 No comments

I wrote a simple makefile which clones the required modules as git submodules and builds them. It works like this

git clone git://github.com/marcopg/sugar-build.git

make bootstrap
make build
make run

It’s pretty quick because it only builds the sugar modules and pygobject (the current version in fedora is not new enough, I’ll drop that as soon as it’s fixed).

This is not yet how I would like sugar to be built, but I hope it’s a step in the right direction.