From: Yves C. <yv...@yc...> - 2006-09-28 22:21:51
|
Hello. I succeeded building tuxmath on windows, cross compiled with mingw32 (in my edubuntu box). But it crashes on start, because of file/directory operatons. Deactivating all file operations (options reading/writing) give a running tuxmath for me. http://www.ycombe.net/tuxmath/ The zipped file is the running build. the tar.gz is the modified source (autoconfiscated and file operations deactivated). the two sh files are the scripts i use to compile. If you want to cross compile it yourself: 1) install mingw32 on linux (apt-get install mingw32 for me). 2) install precompiled dev files (lib and includes) for SDL, SDL-image and SDL-mixer in the $target directory (look into the cross-configure.sh). 3) install libgw32c (the dev file): http://gnuwin32.sourceforge.net/packages/libgw32c.htm in the same directory. 4) cross-configure.sh with --with-sdl-prefix option 5) cross-make.sh (Configure.in and Makefile.am set windows build to use ./data for data path.) -- yves |