From 5d475882cfc9a342e44e20c1f8ab09de0f6c3926 Mon Sep 17 00:00:00 2001 From: Tristan Matthews <tristan.matthews@savoirfairelinux.com> Date: Wed, 1 Oct 2014 12:07:47 -0400 Subject: [PATCH] add basic README for build --- README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 000000000..ee1ca2ed7 --- /dev/null +++ b/README @@ -0,0 +1,6 @@ +When all else fails: + +rm -rf sflphone +git clean -dfx +export ANDROID_ABI=armeabi-v7a +./compile.sh -- GitLab