Changes between Version 46 and Version 47 of dev/WindowsMinGW
- Timestamp:
- Jan 9, 2015, 2:08:05 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/WindowsMinGW
v46 v47 6 6 == Install == 7 7 8 Since september 2010 we officially support a new version of MinGW with GCC 4.5.x. Below you find a tutorial that explains how to install it. If you want to upgrade from an older version of MinGW, see the section "Old guides". We strongly encourage you to install GCC 4.5.x, because that's required for the new releases of Ogre (starting with 1.7.0). If you decide to stay with GCC 3.4.5, you have to use old dependency packages which are not maintained anymore.8 Below you find a tutorial that explains how to install MinGW with GCC 4.x.x. 9 9 10 - [wiki:WindowsMinGW/current Tutorial: Install the current version of MinGW with GCC 4. 5.x]10 - [wiki:WindowsMinGW/current Tutorial: Install the current version of MinGW with GCC 4.x.x] 11 11 12 12 == Troubleshooting == … … 15 15 16 16 - [wiki:WindowsMinGW/troubleshooting Troubleshooting Q&A] 17 18 ----19 20 == Old guides ==21 22 If you already installed MinGW (by following an old version of this guide), you don't have to re-install everything, just follow the small guide below:23 24 - [wiki:WindowsMinGW/upgrade Upgrade to the current version of MinGW with GCC 4.5.x]25 26 For people that want to use an old version of MinGW, we still provide the old guide, but keep in mind that it's outdated and may not work anymore with future versions of Orxonox.27 28 - [wiki:WindowsMinGW/345 Outdated tutorial: Install MinGW with GCC 3.4.5]