Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 6 and Version 7 of dev/WindowsMinGW


Ignore:
Timestamp:
Oct 6, 2008, 1:44:48 AM (16 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dev/WindowsMinGW

    v6 v7  
    66
    77Installation:
    8  * Check "Download and Install"
    9  * Check "current" package
    10  * Select "g++ compiler" and "MinGW Make"
    11  * Usually MinGW is installed to {{{c:\mingw}}}
     8 1. Check "Download and Install"
     9 1. Check "current" package
     10 1. Select "g++ compiler" and "MinGW Make"
     11 1. Usually MinGW is installed to {{{c:\mingw}}}
    1212
    1313
    1414== MSYS ==
    15 Download the MSYS Installer from sourceforge: [http://svn.orxonox.net/webdev/develop/win32/dev/MSYS-1.0.10.exe Download] [[br]]
     15Download the MSYS Installer from sourceforge: [https://svn.orxonox.net/webdev/develop/win32/dev/MSYS-1.0.10.exe Download] [[br]]
    1616MSYS (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.
    1717 1. Install MSYS into another path than MinGW
    1818 1. During the installation process answer yes (y) twice
    19  1. Specify the exact path of MinGW directory, so MSYS can configure the important links (most probably this will be C:\mingw\).
     19 1. Specify the path of the MinGW directory (most probably this will be {{{c:\mingw}}}).
    2020
    2121
    2222== SVN ==
    23 Now you need to get subversion from [http://subversion.tigris.org].[[br]]
    24 There is also a very useful GUI-version at [http://tortoisesvn.tigris.org] (the command line version is good if you are experienced with the shell, otherwise download the GUI-version).
    25 
     23To use [wiki:SVN] on your system we recommend TortoiseSVN, a very useful GUI-version. [http://tortoisesvn.net/downloads Download]
    2624
    2725== Get the source ==