Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/README.mingw
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2006-10-21 23:17:40 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2006-10-21 23:17:40 (GMT)
commit8925dc92e49e1b201c26865771e545fc307a1929 (patch)
tree32536c1059bdaa4f025197a9a6fae850d624ccb1 /README.mingw
parentac3550469590c08709a65ef74729b93561331b78 (diff)
*** 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"
Diffstat (limited to 'README.mingw')
-rw-r--r--README.mingw1
1 files changed, 1 insertions, 0 deletions
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.