FreeRDP/docs/README.mingw

10 lines
529 B
Plaintext
Raw Normal View History

2023-05-03 19:06:06 +03:00
Overview
========
2023-12-07 19:06:18 +03:00
More documentation might be found at https://github.com/FreeRDP/FreeRDP/wiki/Compilation
2023-05-03 19:06:06 +03:00
FreeRDP can be built for Windows using llvm-mingw (https://github.com/mstorsjo/llvm-mingw) with both msvcrt and ucrt.
2023-05-03 19:08:34 +03:00
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.
2023-05-03 19:06:06 +03:00
2023-05-03 19:08:34 +03:00
An example build system for LLVM-MinGW can be found here: https://github.com/FreeRDP/FreeRDP/tree/master/docs/mingw-example