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 <bruno.coudoin@free.fr>2009-07-18 11:37:01 (GMT)
committer Bruno Coudoin <bruno.coudoin@free.fr>2009-07-19 21:54:25 (GMT)
commit1af78740eab098e64a57d99d4e507a22c20c3cb3 (patch)
tree2d244d4613a1b3bc72169198755adfe71103aa80 /README.mingw
parent256b602fe90d68f54bbd2ede0c028b04350cd7f2 (diff)
Synced windows port with files from the GCOMPRIS_8_3 branch.
Diffstat (limited to 'README.mingw')
-rw-r--r--README.mingw36
1 files changed, 14 insertions, 22 deletions
diff --git a/README.mingw b/README.mingw
index ebc0861..550862c 100644
--- a/README.mingw
+++ b/README.mingw
@@ -55,36 +55,28 @@ Look at the NEEDED_DLLS section in the Makefile.mingw and make sure you have all
2.6 PREREQUISITE SUMMARY
========================
-* At this point, you must have the following subdirectories:
-GTK_TOP := /gtk
-GNUWIN32_TOP := /gnuwin32
-LIBXML2_TOP := /libxml2
-SDL_TOP := /sdl
-CANVAS_TOP := /gnomecanvas
-GNUCHESS_TOP := /gnuchess
-
+Check the file global_win32.mak to know which dependancies must
+be provided and where.
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
+* On GNU/Linux run make install to install the translations.
+ make -f Makefile.mingw prep - create the win32-install-dir
+ make -f Makefile.mingw - compilation step
+ make -f Makefile.mingw prepack - include all necessary libraries in the installer directory
+ make -f Makefile.mingw install - include the generated code in the installer directory
+
* Now on the windows system:
-* Get a tarball or CVS snapshot of gcompris.
-* untar the gcompris-win-prepack.tar.gz in it
-* Manual fix, replace chess.c by chess.c.windows
-* 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
+ make -f Makefile.mingw python - create an embedded python interpreter
-the win32-install-dir should contain anything needed to run and package GCompris.
+* the win32-install-dir contains anything needed to run and package GCompris.
+ Back to GNU/Linux, create the installer:
+ make -f Makefile.mingw 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
-The GCompris package is created, double click on it from your file manager to test it.
+The GCompris package is created, double click on it from your file manager
+to test it.