Index: PLATFORMS.md ================================================================== --- PLATFORMS.md +++ PLATFORMS.md @@ -67,13 +67,13 @@ Windows ------- - * OS versions: XP (x86), 7 (x64), Wine + * OS versions: XP (x86), 7 (x64), 8 (x64), Wine * Architectures: x86 - * Compilers: TDM GCC 4.6.1-dw2 + * Compilers: TDM GCC 4.6.1-dw2, TDM GCC 4.7.1-dw2 * Runtimes: ObjFW Others ------ Index: README-WINDOWS.md ================================================================== --- README-WINDOWS.md +++ README-WINDOWS.md @@ -43,17 +43,17 @@ Next, we're going to install MSys. To do so, we're going to use the official MinGW installer, but we are *not* going to install MinGW with it, so follow these steps carefully. First, go to the [SourceForge download page for the MinGW installer](http://sourceforge.net/projects/mingw/files/Installer/mingw-get-inst/) -and select the latest version. Get the .exe file there. When you launch it, +and select the latest version. Get the .exe file there. When you launch it, select the same installation path you selected for TDM-GCC before. After selecting the installation directory, *deselect* all compilers and select *only* `MSYS Basic System` and `MinGW Developer ToolKit`. Make sure `MinGW Compiler Suite` is white and not grey! The installation progress bar will be completely filled after a short while and it will appear to hang - this is -*not* the case. When it reaches that step, it starts downloading the required +*not* the case. When it reaches that step, it starts downloading the required files and installs them. Just give it some time. Building ObjFW ==============