ed025f1c85
This removes the "Do you want to checkout and build Clutter?" option from the mingw-cross-compile.sh script and renames the script mingw-fetch-dependencies.sh As it stands the mingw-cross-compile.sh script isn't enough to fetch all the dependencies for building clutter, since Tor doesn't provide binaries for json-glib so the option to checkout and build clutter can't work. Also it doesn't seem ideal to clone a fresh clutter repo instead of being able to compile the source of the current repo.
6 lines
260 B
Plaintext
6 lines
260 B
Plaintext
The mingw-fetch-dependencies.sh script in this directory automates
|
|
fetching of the depndencies required to cross compile Clutter using
|
|
the MinGW compiler. For a description of how to use it, see:
|
|
|
|
http://wiki.clutter-project.org/wiki/BuildingClutterOnWindows
|