mutter/build/mingw
Neil Roberts c0cf614634 [build/mingw] Update Cairo version to 1.8.6 in mingw-cross-compile.sh
The Pango 1.22 binaries require Cairo 1.8.0 to get
cairo_show_text_glyphs.
2009-07-28 12:13:44 +01:00
..
mingw-cross-compile.sh [build/mingw] Update Cairo version to 1.8.6 in mingw-cross-compile.sh 2009-07-28 12:13:44 +01:00
README 2008-02-15 Tomas Frydrych <tf@openedhand.com> 2008-02-15 11:49:33 +00:00

The mingw-cross-compile.sh script in this directory automates cross compilation
of clutter with mingw for win32; it requires to have the mingw cross compiler
installed, but it will point you in the right direction if it cannot find it.
It will also fetch all the necessary dependencies; it build clutter from
svn trunk, so you might want tweak it if you are looking for specific tag.

To cross-compile clutter,

  mkdir build_dir
  cd build_dir
  ./mingw-cross-compile.sh

and follow the prompts.

Known issues
============

clutter-cairo needs libpng3, but there are no libpng3 precompiled packages on
on gnuwin32 sourceforge yet, so attempts to build clutter-cairo will fail.