Mingw-w64 supports the latest C language standard. Mingw-w64 uses the C language runtime library of windows, so the compiled program does not need a third-party DLL, and can run directly under windows.
Those famous open-source ides only encapsulate the mingw-w64, making it have a friendly graphical interface and simplify the operation, but the internal core is still mingw-w For those familiar with mingw-w64, it can compile any C program.
But for the average person, the mingw-w64 is too simple to have a graphical user interface. This makes people who are used to using the mouse feel very painful. Although there are some configurations that allow the mingw-w64 to have a graphical user interface, that process is cumbersome. In addition, when compiling complex programs, you need to be able to write makefiles. Otherwise, you can only compile one file for one file. You can imagine how hard it will be. But for beginners of C language, mingw-w64 is the right compiler.
At least the black command prompt interface has a programming atmosphere and feels cool. At the beginning of learning C language, all the code is usually written in one file. As long as you enter a few simple commands, you can use mingw-w64 to compile into an executable file. Although compilers such as vs can be compiled by clicking the mouse, they will automatically generate a large number of engineering files, leaving beginners confused.
Mingw-w64 generates only one executable. If we describe the compilers such as mingw-w64 and vs, then mingw-w64 is manual, while the compilers such as vs are automatic. Therefore, the compilation process of mingw-w64 is more intuitive and easy to understand, and it is also more suitable for C language learning. All in all, for ordinary people, mingw-w64 is suitable for learning C language, and vs is better for real work.
Of course, if you are working under Linux, code:: blocks may be an option, but the biggest possibility is that you must be accustomed to using gcc to compile programs. Before you start the installation, make sure you meet the following conditions.
Your computer is connected to the network. Your computer hard disk has MB of free space. You have plenty of time now. Note: the pictures in the tutorial are the original scale screenshots of the actual installation. To view a large picture, just click on the picture and it will jump to the original size picture page. If the previous method fails, you can still enlarge the page function and enlarge the picture through the browser.
For example, in Chrome browser, you can press and hold Ctrl key, and then scroll the mouse wheel to enlarge the page. If you can connect to the official website, you can choose to download it from the official website,. The downloaded file is a 7z file. You can unzip it directly. You can choose to copy the downloaded x You can set your own path according to your needs.
This article introduces it. I hope you can support developepaer in the future. MinGW and Windows Windows 10 is still backward compatible with previous versions. The heart of the Mingw-w64 project is headers and support libraries to run the output of GCC on Windows. Since Mingw-w64 is neither the home of GCC nor of binutils, several sets of installation packages which combine them are available.
Cygwin is a Unix-like environment and command-line interface for Microsoft Windows. Its core is the cygwin1. It can be used as a build environment which targets Windows directly and for which output doesn't depend on cygwin1. Installation is done through cygwin's package manager: setup. Once they are installed, they should be used according to the general cross-compilation approach.
Here is the list of Mingw-w64 packages on MacPorts. Installation: Sourceforge. Tarballs for the mingw-w64 sources are hosted on SourceForge. The latest version from the 6. The latest version from the 5. The latest version from the 4.
0コメント