Skip to content

Commit

Permalink
fix mingw installation link
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvannobel authored Jan 13, 2021
1 parent 40f5477 commit f0f7088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api_cpp/examples/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit f0f7088

Please sign in to comment.