From 90f1be51dd2370d66ea30b4a2cc94f23da36c8a3 Mon Sep 17 00:00:00 2001 From: Armin Novak Date: Mon, 18 Nov 2013 10:27:45 +0100 Subject: [PATCH] Updated android build readme. --- docs/README.android | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/README.android b/docs/README.android index a0db45320..17cf83c91 100644 --- a/docs/README.android +++ b/docs/README.android @@ -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. Multiple source versions and builds of static openssl libraries are floating around. 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. To build openssl: -git clone git@github.com:bmiklautz/android-external-openssl-ndk-static.git -cd android-external-openssl-ndk-static -ndk-build # found in the Android NDK +From the project root folder run './scripts/android_setup_build_env.sh' +This will set up openssl and gprof helper libraries as required for FreeRDP. Building