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>2004-06-17 22:46:41 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2004-06-17 22:46:41 (GMT)
commitd70c3830930d4ec8ea4f05f70e914c964da63560 (patch)
tree3500dfbd22af906a05f32a68088fe584b591f4c7 /README.mingw
parent81d704acb144e8044600def7ee389481c06ed1a4 (diff)
added config.h.windows added more specific informations fixed project link
* Makefile.am: added config.h.windows * README.mingw: added more specific informations * README.windows: fixed project link * config.h.windows: create. use it to compile on mingw * configure.in: changed to release 6.1 * src/boards/Makefile.am: added boards2static.pl utility for mingw * src/gcompris/assetml.c: (assetml_get_locale): replaced getenv by g_getenv * src/gcompris/board.c: (init_plugins), (board_check_file): merged mingw version and linux version * src/gcompris/gameutil.c: (gcompris_read_xml_file), (gcompris_load_menus): fixed bugs in which you cannot go back to upper menu if you enter the configuration dialog while you are in a submenu. * src/gcompris/gcompris-board.h: reindent * src/gcompris/gcompris.c: (setup_window), (gcompris_init): implemented the grace period stuff for mingw
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
=====================