summaryrefslogtreecommitdiffstats
path: root/DOCS/crosscompile-mingw.md
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/crosscompile-mingw.md')
-rw-r--r--DOCS/crosscompile-mingw.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/DOCS/crosscompile-mingw.md b/DOCS/crosscompile-mingw.md
index ca00c0ea03..b5da02e9c3 100644
--- a/DOCS/crosscompile-mingw.md
+++ b/DOCS/crosscompile-mingw.md
@@ -26,6 +26,15 @@ created scripts to help ease the process. These are the two recommended methods:
Note that MinGW environments included in Linux distributions are often broken,
outdated and useless, and usually don't use MinGW-w64.
+Additional dependencies
+-----------------------
+
+You need a pthread wrapper. It must be interoperable with native Windows
+threads. pthreads-win32 or MinGW pthreads might work.
+
+If you want ``--input-file=...`` to work, you need libwaio. It's available
+from: git://midipix.org/waio
+
Example with MXE
----------------