aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2024-08-12 21:40:26 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2024-08-12 21:55:49 +0200
commitb6f3ab99fb0ab504305b6ead1453a26474d6eb44 (patch)
treea6be3a7a3e6b3a40a93a97e5db88cc22fca58dc1 /README.md
First commitHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..c6f9bfa
--- /dev/null
+++ b/README.md
@@ -0,0 +1,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> .
+```