blob: 560eeef72186ea9d917e6f6ecfa0aba7860c783f (
plain)
1
2
3
4
5
6
7
8
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
|