diff --git a/docs/README.ios b/docs/README.ios index c6bbd9e4d..72bbadce2 100644 --- a/docs/README.ios +++ b/docs/README.ios @@ -44,7 +44,7 @@ binary libraries containing arm and i386 targets in order to compile FreeRDP for iOS devices and the simulator, in the lib subfolder of your installation directory. -If you build OpenSSL youself or with an install directory specified you need to set FREERDP_IOS_EXTERNAL_SSL_PATH when running cmake. +If you build OpenSSL yourself or with an install directory specified you need to set FREERDP_IOS_EXTERNAL_SSL_PATH when running cmake. Additional (optional) libraries that are required: diff --git a/docs/README.mingw b/docs/README.mingw index 560eeef72..4c4c55b74 100644 --- a/docs/README.mingw +++ b/docs/README.mingw @@ -4,6 +4,6 @@ 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. +MinGW builds are not actively maintained 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