From 6340f3a24be7ef27015930023cf6b6d9fa4b1f61 Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Tue, 15 Mar 2011 22:19:08 +0000 Subject: [PATCH] win32: Add blurb at end of mingw helper script This adds some blurb at the end the mingw-fetch-dependencies.sh script that gives an example of how to go on and build clutter after fetching all dependencies. --- build/mingw/mingw-fetch-dependencies.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/build/mingw/mingw-fetch-dependencies.sh b/build/mingw/mingw-fetch-dependencies.sh index 6129db4..e62be6b 100755 --- a/build/mingw/mingw-fetch-dependencies.sh +++ b/build/mingw/mingw-fetch-dependencies.sh @@ -361,3 +361,17 @@ for dep in "${SOURCES_DEPS[@]}"; do src="${src%%.tar.gz}"; do_cross_compile "$src" done; + +echo +echo "Done!" +echo +echo "You should now have everything you need to cross compile Clutter" +echo +echo "To get started, you should be able to configure and build from" +echo "the top of your clutter source directory as follows:" +echo +echo "./configure --host=\"$TARGET\" --target=\"$TARGET\" --build=\"`./config.guess`\" --with-flavour=win32 CFLAGS=\"-mms-bitfields\" PKG_CONFIG_PATH=\"$ROOT_DIR/lib/pkgconfig\"" +echo "make" +echo +echo "Note: the explicit --build option is often necessary to ensure autoconf" +echo "realizes you are cross-compiling." -- 2.7.4