This package browser is in early development. Mind the rough edges.

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.

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.