From bb9a508e63103f6cca5a8cf58ac4ac8a9448f19e Mon Sep 17 00:00:00 2001 From: Armin Novak Date: Thu, 7 Dec 2023 17:06:18 +0100 Subject: [PATCH] Add wiki link to README files --- docs/README.android | 1 + docs/README.building | 3 +++ docs/README.ios | 2 ++ docs/README.macOS | 3 +++ docs/README.mingw | 2 ++ 5 files changed, 11 insertions(+) diff --git a/docs/README.android b/docs/README.android index 8b2fb4ad0..295a55027 100644 --- a/docs/README.android +++ b/docs/README.android @@ -6,6 +6,7 @@ The FreeRDP Android port consists of three parts: * FreeRDP library and its dependencies * JNI bindings (client/Android/android_freerdp.c and client/Android/Studio/freeRDPCore/src/main/java/com/freerdp/freerdpcore/services/LibFreeRDP.java) +* More documentation might be found at https://github.com/FreeRDP/FreeRDP/wiki/Compilation Build requirements ================= diff --git a/docs/README.building b/docs/README.building index 62c68b991..53a102178 100644 --- a/docs/README.building +++ b/docs/README.building @@ -1,3 +1,6 @@ + +More documentation might be found at https://github.com/FreeRDP/FreeRDP/wiki/Compilation + FreeRDP has a few dependencies that are required for proper operation: 1. SSL (required) diff --git a/docs/README.ios b/docs/README.ios index 979e115d8..c6bbd9e4d 100644 --- a/docs/README.ios +++ b/docs/README.ios @@ -4,6 +4,8 @@ Overview The FreeRDP iOS port allows users to enjoy FreeRDP features on Apple iOS devices. The application was written to be compatible with devices running iOS 4.3 or higher. +More documentation might be found at https://github.com/FreeRDP/FreeRDP/wiki/Compilation + Build requirements ================== diff --git a/docs/README.macOS b/docs/README.macOS index d9fbb6bd9..47b5f84ee 100644 --- a/docs/README.macOS +++ b/docs/README.macOS @@ -1,3 +1,6 @@ + +More documentation might be found at https://github.com/FreeRDP/FreeRDP/wiki/Compilation + Starting with "El Capitan" Apple removed the openssl headers. Therefore it's required to build openssl manually upfront. For example by using MacPorts or Homebrew. To build FreeRDP against this library it's required to set the PKG_CONFIG_PATH diff --git a/docs/README.mingw b/docs/README.mingw index c0ca70b50..560eeef72 100644 --- a/docs/README.mingw +++ b/docs/README.mingw @@ -1,6 +1,8 @@ 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.