Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/README.mingw
diff options
context:
space:
mode:
Diffstat (limited to 'README.mingw')
-rw-r--r--README.mingw12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.mingw b/README.mingw
index 94b96c7..1112831 100644
--- a/README.mingw
+++ b/README.mingw
@@ -59,7 +59,19 @@ hierarchy make sure to tweak your .profile.
========================
* Get a tarball or CVS snapshot of gcompris.
* run ./autogen.sh from gcompris's top-level directory. This will take a long time.
+* copy the provided config.h.windows to config.h
+* convert all src/boards/*.c files from dynamic plugin naming to static plugin using
+ the provided tool src/boards/boards2static.pl. To do this:
+ cd src/boards/
+ mkdir static
+ ./boards2static.pl
+ mv static/*.c .
+* Go back to the top-level directory
* *drum roll...* make!
+* edit the Makefile manualy to add includes and library dependancies when missing
+* copy the share directory that is created at the gcompris binary installation in
+ src/gcompris in order to have src/gcompris/share
+* run ./gcompris.exe
APPENDIX: MY .profile
=====================