From 42fcf7a2695ed49d2711a881e11c82ec0306f4ae Mon Sep 17 00:00:00 2001 From: sfl android <sfl.android@savorifairelinux.com> Date: Mon, 6 Aug 2012 15:45:32 -0400 Subject: [PATCH] #14399: Add README file a project's root --- README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 000000000..30e79b28c --- /dev/null +++ b/README @@ -0,0 +1,14 @@ +This repository is meant for the porting of SFLphone to Android. + + +To build SFLphone and all its dependencies, make sure that Android's NDK and SDK +are properly installed on your system. + +You have also to make sure that the following environment variables are defined: + +export ANDROID_NDK=$HOME/path/to/android-ndk-r*b +export ANDROID_SDK=$HOME/path/to/android-sdk-linux + +The path to the required Android's build executable must be also specified: + +export PATH=$PATH:$ANDROID_NDK -- GitLab