Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 31 and Version 32 of dev/Windows


Ignore:
Timestamp:
Jun 21, 2008, 11:09:37 PM (16 years ago)
Author:
patrick
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dev/Windows

    v31 v32  
    1616
    1717
     18== MinGW ==
     19Download the '''MinGW''' package provided by sourceforge: [[br]]
     20[http://sourceforge.net/project/showfiles.php?group_id=2435&package_id=240780 Download [[br]]
     21Install 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
    1830[[br]]
    1931=== 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.
     32Download the MSYS Installer from sourceforge: [[br]]
     33[http://svn.orxonox.net/webdev/develop/win32/dev/MSYS-1.0.10.exe Download] [[br]]
     34MSYS (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.
    2135 1. Install MSYS into another path than MinGW
    2236 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\).
    2438
    2539