From 8925dc92e49e1b201c26865771e545fc307a1929 Mon Sep 17 00:00:00 2001 From: Bruno Coudoin Date: Sat, 21 Oct 2006 23:17:40 +0000 Subject: *** RELEASE 8.2BETA1 *** - fixed all boards/Makefile.am, the transformation for i18n was not good enough and was breaking the game missing_letter. - added support for py2exe on windows which allow us to create an embedded package with python, pygtk and pycairo all together - cleanup in boards/* to replace assert by g_assert and remove uneeded includes. - fixed awele to run on windows replace font "12x24" by "sans 12" --- (limited to 'README.mingw') diff --git a/README.mingw b/README.mingw index 82fc32d..c96c308 100644 --- a/README.mingw +++ b/README.mingw @@ -69,6 +69,7 @@ GNUCHESS_TOP := /gnuchess * run: make -f Makefile.mingw from gcompris's top-level directory. This will take a long time. * run: make -f Makefile.mingw prepack to include all necessary libraries in the installer directory * run: make -f Makefile.mingw install to include the generated code in the installer directory +* run: make -f Makefile.mingw python to created an embedded python interpreter the win32-install-dir should contain anything needed to run and package GCompris. -- cgit v0.9.1