Add wiki link to README files
This commit is contained in:
parent
6f723e9f4d
commit
bb9a508e63
@ -6,6 +6,7 @@ The FreeRDP Android port consists of three parts:
|
|||||||
* FreeRDP library and its dependencies
|
* FreeRDP library and its dependencies
|
||||||
* JNI bindings (client/Android/android_freerdp.c
|
* JNI bindings (client/Android/android_freerdp.c
|
||||||
and client/Android/Studio/freeRDPCore/src/main/java/com/freerdp/freerdpcore/services/LibFreeRDP.java)
|
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
|
Build requirements
|
||||||
=================
|
=================
|
||||||
|
@ -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:
|
FreeRDP has a few dependencies that are required for proper operation:
|
||||||
|
|
||||||
1. SSL (required)
|
1. SSL (required)
|
||||||
|
@ -4,6 +4,8 @@ Overview
|
|||||||
The FreeRDP iOS port allows users to enjoy FreeRDP features on Apple iOS devices.
|
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.
|
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
|
Build requirements
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
@ -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
|
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.
|
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
|
To build FreeRDP against this library it's required to set the PKG_CONFIG_PATH
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
Overview
|
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.
|
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 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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user