mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
Updated android build readme.
This commit is contained in:
@@ -29,14 +29,14 @@ FreeRDP requires openssl libraries for building but they are not part of the
|
|||||||
Android NDK and therefore they need to be prebuild manually.
|
Android NDK and therefore they need to be prebuild manually.
|
||||||
Multiple source versions and builds of static openssl libraries are floating around.
|
Multiple source versions and builds of static openssl libraries are floating around.
|
||||||
At the time of writing we have tested and used:
|
At the time of writing we have tested and used:
|
||||||
https://github.com/bmiklautz/Android-external-openssl-ndk-static.
|
https://github.com/bmiklautz/Android-external-openssl-ndk-static
|
||||||
|
https://github.com/akallabeth/openssl-android
|
||||||
However, any other static build should work as well.
|
However, any other static build should work as well.
|
||||||
|
|
||||||
To build openssl:
|
To build openssl:
|
||||||
|
|
||||||
git clone git@github.com:bmiklautz/android-external-openssl-ndk-static.git
|
From the project root folder run './scripts/android_setup_build_env.sh'
|
||||||
cd android-external-openssl-ndk-static
|
This will set up openssl and gprof helper libraries as required for FreeRDP.
|
||||||
ndk-build # found in the Android NDK
|
|
||||||
|
|
||||||
|
|
||||||
Building
|
Building
|
||||||
|
|||||||
Reference in New Issue
Block a user