From f0f708844dd70d525a865971231d47205b49e0d4 Mon Sep 17 00:00:00 2001 From: Alexandre Vannobel <41082816+alexvannobel@users.noreply.github.com> Date: Wed, 13 Jan 2021 10:23:33 -0500 Subject: [PATCH] fix mingw installation link --- api_cpp/examples/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api_cpp/examples/readme.md b/api_cpp/examples/readme.md index 34b082a1..25575068 100644 --- a/api_cpp/examples/readme.md +++ b/api_cpp/examples/readme.md @@ -81,7 +81,7 @@ sudo apt-get install build-essential #### Procedure to install GCC 5.4 under Windows Because GCC is not coded for the Windows operating system, a GCC port of MinGW-w64 for Windows is required. The '-w64' suffix indicates that it can support a 32-bit or 64-bit environment. The 32-bit versions are still available and one of them will be used to compile the affected project. -1. Go to https://sourceforge.net/projects/mingw-w64 +1. [Download the installer](http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/installer/mingw-w64-install.exe/download) 2. Start the installer and click `Next` until you reach the installation options page 3. On the options page ensure that the options look exactly like this (all options are the default values, except for version, which is the version of GCC we want to install - 5.4 in this case)