add mingw build example

This commit is contained in:
Alexandru Bagu
2023-05-03 19:06:06 +03:00
committed by Martin Fleisz
parent a231c09fff
commit 0f486cd7a9
14 changed files with 287 additions and 0 deletions

7
docs/README.mingw Normal file
View File

@@ -0,0 +1,7 @@
Overview
========
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.
An example build system for LLVM-MinGW can be found here: https://github.com/FreeRDP/FreeRDP/tree/master/docs/mingw-example