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>2008-02-13 23:56:03 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2008-02-13 23:56:03 (GMT)
commit632866eeff32ebd9a401d89c76041b4dfb145038 (patch)
tree0bc5f84f1d71afabd720a1fbc4105e133d9ce332 /README.mingw
parent2ae3dee165a60e1f58d5074668a32114a3fd96fd (diff)
Windows issue. Translation was broken in all python modules.
Now use the gcompris gettext instead of the python one. svn path=/trunk/; revision=3242
Diffstat (limited to 'README.mingw')
-rw-r--r--README.mingw3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.mingw b/README.mingw
index 24eef25..ebc0861 100644
--- a/README.mingw
+++ b/README.mingw
@@ -66,6 +66,7 @@ GNUCHESS_TOP := /gnuchess
3: BUILDING GCOMPRIS.EXE
========================
+* On a GNU/Linux system, install gcompris in /usr/local to generate the translations
* On a GNU/Linux system, create gcompris-win-prepack.tar.gz with:
make -f Makefile.mingw prep
* Now on the windows system:
@@ -79,7 +80,7 @@ GNUCHESS_TOP := /gnuchess
the win32-install-dir should contain anything needed to run and package GCompris.
-* run make -f Makefile.make installer to create the installer
+* run make -f Makefile.mingw installer to create the installer
The installer used is NSIS get it there:
http://nsis.sourceforge.net/Main_Page
And install it in it's default /c/Program Files/NSIS/makensis.exe