diff options
Diffstat (limited to 'docs/README.mingw')
-rw-r--r-- | docs/README.mingw | 9 |
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 |