Changes between Version 6 and Version 7 of dev/WindowsMinGW
- Timestamp:
- Oct 6, 2008, 1:44:48 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/WindowsMinGW
v6 v7 6 6 7 7 Installation: 8 *Check "Download and Install"9 *Check "current" package10 *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}}} 12 12 13 13 14 14 == MSYS == 15 Download the MSYS Installer from sourceforge: [http ://svn.orxonox.net/webdev/develop/win32/dev/MSYS-1.0.10.exe Download] [[br]]15 Download the MSYS Installer from sourceforge: [https://svn.orxonox.net/webdev/develop/win32/dev/MSYS-1.0.10.exe Download] [[br]] 16 16 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. 17 17 1. Install MSYS into another path than MinGW 18 18 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}}}). 20 20 21 21 22 22 == 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 23 To use [wiki:SVN] on your system we recommend TortoiseSVN, a very useful GUI-version. [http://tortoisesvn.net/downloads Download] 26 24 27 25 == Get the source ==