This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
en:tutorials:orx:windows:codeblocks_for_windows [2020/08/21 06:08 (5 years ago)] – ↷ Page moved from en:tutorials:codeblocks_for_windows to en:tutorials:orx:windows:codeblocks_for_windows sausage | en:tutorials:orx:windows:codeblocks_for_windows [2024/11/19 04:39 (10 months ago)] (current) – Removed repeated mingw instructions and linking to the orx gmake setup ones sausage | ||
---|---|---|---|
Line 16: | Line 16: | ||
Run the installation and choose the default options. Then run Code:: | Run the installation and choose the default options. Then run Code:: | ||
- | |||
- | |||
- | |||
- | <WRAP center round important 90%> | ||
- | When running Code:: | ||
- | </ | ||
- | |||
- | ===== Which is the the right MinGW? ===== | ||
- | |||
- | Code:: | ||
- | |||
- | - [[http:// | ||
- | - [[https:// | ||
- | - [[http:// | ||
- | |||
- | Orx no longer supports the TDM versions or vanilla versions of MinGW. | ||
- | |||
- | **MinGW-w64 is the correct one to use for Orx.** | ||
- | |||
- | At the time of writing, 8.1.0 is the version to use. But to check on the current version requirements, | ||
===== Getting MinGW ===== | ===== Getting MinGW ===== | ||
- | Start by downloading the MinGW-w64 installer at: https://mingw-w64.org/ | + | Code::Blocks needs a compiler. **MinGW-w64 is the correct one to use for Orx.** |
- | Run the installer and go through the steps. These are outlined on this page: http:// | + | Start by downloading and running |
Follow the steps titled **Getting MinGW-w64** and **Updating the PATH environment variable**. | Follow the steps titled **Getting MinGW-w64** and **Updating the PATH environment variable**. | ||
- | |||
===== Telling Code:: | ===== Telling Code:: |