From 74bd0fcff4eecb471639c4ef1dc9a4461668bf27 Mon Sep 17 00:00:00 2001
From: Alexandre Lision <alexandre.lision@gmail.com>
Date: Tue, 7 Oct 2014 11:20:08 -0400
Subject: [PATCH] Update README, add .md extension

---
 README => README.md | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)
 rename README => README.md (63%)

diff --git a/README b/README.md
similarity index 63%
rename from README
rename to README.md
index 32ea32586..a1e2ba6ea 100644
--- a/README
+++ b/README.md
@@ -1,7 +1,10 @@
+# Ring Android
+
+## Environnement
+
 Make sure you have the android-ndk and android-sdk, and you'll want something
 like this in your .bashrc (or equivalent):
 
-# setup Android paths
 export ANDROID_NDK=$HOME/src/android-ndk
 export ANDROID_NDK_ROOT=$ANDROID_NDK
 export ANDROID_SDK=$HOME/src/android-sdk-linux
@@ -9,9 +12,21 @@ export ANDROID_HOME=$ANDROID_SDK
 export PATH=$ANDROID_SDK/platform-tools:${PATH}
 
 
+## Build instructions
+
 When all else fails:
 
 rm -rf sflphone
 git clean -dfx
 export ANDROID_ABI=armeabi-v7a
 ./compile.sh
+
+
+## Common issues
+
+* Makeinfo issue
+
+    makeinfo: command not found
+    WARNING: 'makeinfo' is missing on your system.
+
+    **Solution**: Install texinfo package containing makeinfo dep.
-- 
GitLab