MinGW for BlitzMax
Tweet blitzmax c++ miscellaneous code-processors toolbox
Extend your BlitzMax installation and toolchain by using the Minimalist GNU for Windows.
This is a minimalist development environment for native Microsoft Windows applications. MinGW provides a complete Open Source programming tool set which is suitable for the development of native MS-Windows applications, and which do not depend on any 3rd-party C-Runtime DLLs. (It does depend on a number of DLLs provided by Microsoft themselves, as components of the operating system; most notable among these is MSVCRT.DLL, the Microsoft C runtime library. Additionally, threaded applications must ship with a freely distributable thread support DLL, provided as part of MinGW itself).
Download: MinGW for BlitzMax
Install Guide:
- Unzip package at C:/MinGW (recommended).
- Add this path to your environment variable C:/MinGW/bin
If your installation is successful, MaxIDE should see your MinGW installed with the GCC and G++ compiler version showing at the About menu window dialog.
Reply To Topic (minimum 10 characters)
Please log in to reply