aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: c6f9bfa9a8bdc673a39e3af29b2992a25ab5dbd8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# `x86_64-w64-mingw32` cross-toolchain

This repository defines a `Dockerfile` that allows to build a Debian-based
Docker image featuring the `x86_64-w64-mingw32` toolchain for `win32` threads.

## How to build

Follow the typical Docker build process:

```
docker build -t <image-name> .
```