Skip to content

Commit bb9a508

Browse files
committed
Add wiki link to README files
1 parent 6f723e9 commit bb9a508

File tree

5 files changed

+11
-0
lines changed

5 files changed

+11
-0
lines changed

docs/README.android

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ The FreeRDP Android port consists of three parts:
66
* FreeRDP library and its dependencies
77
* JNI bindings (client/Android/android_freerdp.c
88
and client/Android/Studio/freeRDPCore/src/main/java/com/freerdp/freerdpcore/services/LibFreeRDP.java)
9+
* More documentation might be found at https://github.com/FreeRDP/FreeRDP/wiki/Compilation
910

1011
Build requirements
1112
=================

docs/README.building

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2+
More documentation might be found at https://github.com/FreeRDP/FreeRDP/wiki/Compilation
3+
14
FreeRDP has a few dependencies that are required for proper operation:
25

36
1. SSL (required)

docs/README.ios

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Overview
44
The FreeRDP iOS port allows users to enjoy FreeRDP features on Apple iOS devices.
55
The application was written to be compatible with devices running iOS 4.3 or higher.
66

7+
More documentation might be found at https://github.com/FreeRDP/FreeRDP/wiki/Compilation
8+
79
Build requirements
810
==================
911

docs/README.macOS

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2+
More documentation might be found at https://github.com/FreeRDP/FreeRDP/wiki/Compilation
3+
14
Starting with "El Capitan" Apple removed the openssl headers. Therefore it's
25
required to build openssl manually upfront. For example by using MacPorts or Homebrew.
36
To build FreeRDP against this library it's required to set the PKG_CONFIG_PATH

docs/README.mingw

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Overview
22
========
33

4+
More documentation might be found at https://github.com/FreeRDP/FreeRDP/wiki/Compilation
5+
46
FreeRDP can be built for Windows using llvm-mingw (https://github.com/mstorsjo/llvm-mingw) with both msvcrt and ucrt.
57
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.
68

0 commit comments

Comments
 (0)