1
0
Fork 0
mutter-performance-source/build/mingw
Neil Roberts 1e14d3041d [mingw-cross-compile.sh] Update version numbers of all the dependencies
This updates the URLs for the binary dependencies to use the latest
versions.
2009-07-29 18:07:21 +01:00
..
mingw-cross-compile.sh [mingw-cross-compile.sh] Update version numbers of all the dependencies 2009-07-29 18:07:21 +01:00
README [docs] Remove mentions of Clutter-Cairo 2009-07-29 17:22:18 +01:00

Building Clutter with mingw
===========================

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.