summaryrefslogtreecommitdiffstats
path: root/docs/README.mingw
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 01:24:41 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 01:24:41 +0000
commita9bcc81f821d7c66f623779fa5147e728eb3c388 (patch)
tree98676963bcdd537ae5908a067a8eb110b93486a6 /docs/README.mingw
parentInitial commit. (diff)
downloadfreerdp3-a9bcc81f821d7c66f623779fa5147e728eb3c388.tar.xz
freerdp3-a9bcc81f821d7c66f623779fa5147e728eb3c388.zip
Adding upstream version 3.3.0+dfsg1.upstream/3.3.0+dfsg1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'docs/README.mingw')
-rw-r--r--docs/README.mingw9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/README.mingw b/docs/README.mingw
new file mode 100644
index 0000000..560eeef
--- /dev/null
+++ b/docs/README.mingw
@@ -0,0 +1,9 @@
+Overview
+========
+
+More documentation might be found at https://github.com/FreeRDP/FreeRDP/wiki/Compilation
+
+FreeRDP can be built for Windows using llvm-mingw (https://github.com/mstorsjo/llvm-mingw) with both msvcrt and ucrt.
+MinGW builds are not actively mantained at the moment and every once in a while the build process may stop working. Pull requests to maintain MinGW support are always welcome.
+
+An example build system for LLVM-MinGW can be found here: https://github.com/FreeRDP/FreeRDP/tree/master/docs/mingw-example