
Breeze is configured and compiled by Waf build tool ( http://code.google.com/p/waf/ ).  Read the instruction below.


requirement:
  python   >= 2.3
  libX11   >= 1.0.0
  libXext  >= 1.0.0
  gtk+     >= 2.6
  glib     >= 2.6
  gettext
  intltool

compilation:
  ./waf configure
  ./waf build

  (as superuser if needed)
  ./waf install
