Changes between Version 31 and Version 32 of dev/Windows
- Timestamp:
- Jun 21, 2008, 11:09:37 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/Windows
v31 v32 16 16 17 17 18 == MinGW == 19 Download the '''MinGW''' package provided by sourceforge: [[br]] 20 [http://sourceforge.net/project/showfiles.php?group_id=2435&package_id=240780 Download [[br]] 21 Install it to {{{c:\mingw\}}} This will include: 22 * gcc-core 23 * gcc-g++ with modified libstdc++ with dynamic string and wide string support ([http://gcc.gnu.org/onlinedocs/gcc-3.4.6/gcc/ online Manual]) 24 * w32api 25 * binutils ([http://sourceware.org/binutils/docs-2.17/binutils/index.html online Manual]) 26 * mingw-runtime-3.11 27 * gdb ([http://sources.redhat.com/gdb/current/onlinedocs/gdb_toc.html online Manual]) 28 * !DrMingw ([http://jrfonseca.planetaclix.pt/projects/gnu-win32/software/drmingw/index.html online manual]) 29 18 30 [[br]] 19 31 === MSYS === 20 Download the MSYS Installer from [http://svn.orxonox.net/webdev/develop/win32/dev/MSYS-1.0.10.exe here]. MSYS (Minimal SYStem) is a software port of the Unix-Shell to Windows. It's used by MinGW-Developers as a minimal system which can, for example, execute configure-scripts. 32 Download the MSYS Installer from sourceforge: [[br]] 33 [http://svn.orxonox.net/webdev/develop/win32/dev/MSYS-1.0.10.exe Download] [[br]] 34 MSYS (Minimal SYStem) is a software port of the Unix-Shell to Windows. It's used by MinGW-Developers as a minimal system which can, for example, execute configure-scripts. 21 35 1. Install MSYS into another path than MinGW 22 36 1. During the installation process answer yes (y) twice 23 1. Type in the exact path of MinGW directory, so MSYS can configure the important links .37 1. Type in the exact path of MinGW directory, so MSYS can configure the important links (most probably this will bee C:\mingw\). 24 38 25 39