mingw-w64-x86_64-winpthreads 12.0.0
Minimalist GNU for Windows
Minimalist GNU for Windows (MinGW) is a complete software development environment for creating native Microsoft Windows applications.
It includes a set of Windows-specific header files and static import libraries which enable the use of the Windows API. It does not rely on any third-party C runtime dynamic-link libraries (DLLs).
Mingw-w64 is an advancement of the original mingw.org project and provides several new APIs such as DirectX and DDK, and 64-bit support.
- Outputs:
out
- Website: https://mingw-w64.org
- Licenses: FDL 1.3+
- Package source: gnu/packages/mingw.scm
- Builds: See build status
- Issues: See known issues
Installation
Install mingw-w64-x86_64-winpthreads 12.0.0
as follows:
guix install mingw-w64-x86_64-winpthreads@12.0.0
Or install the latest version:
guix install mingw-w64-x86_64-winpthreads
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.