Changes between Version 47 and Version 48 of dev/WindowsMinGW
- Timestamp:
- Feb 14, 2016, 2:33:00 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/WindowsMinGW
v47 v48 2 2 [[TOC(heading=Platforms, depth=1, WindowsMinGW, VisualStudio, LinuxGentoo, LinuxDebian, LinuxUbuntu, LinuxTardis, MacOSX)]] 3 3 4 This page explains how to compile and run Orxonox on Windows using MinGW . MinGW is free software that contains a port of the popular GCC compiler. You can combine MinGWwith an IDE of your choice.4 This page explains how to compile and run Orxonox on Windows using MinGW-w64. MinGW-w64 is free software that contains a port of the popular GCC compiler. You can combine MinGW-w64 with an IDE of your choice. 5 5 6 6 == Install == 7 7 8 Below you find a tutorial that explains how to install MinGW with GCC 4.x.x.8 Below you find a tutorial that explains how to install MinGW-w64 with GCC. 9 9 10 - [wiki:WindowsMinGW/current Tutorial: Install the current version of MinGW with GCC 4.x.x]10 - [wiki:WindowsMinGW/current Tutorial: Install the current version of MinGW-w64 with GCC] 11 11 12 12 == Troubleshooting ==