From bab5f691bf9d0af4e2a54fbd7870ad7f0050b422 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sat, 29 Mar 2014 11:40:41 +0000
Subject: [PATCH]

---
 contrib/mobile/README.txt | 32 +++++++++++++++++---------------
 1 file changed, 17 insertions(+), 15 deletions(-)

diff --git a/contrib/mobile/README.txt b/contrib/mobile/README.txt
index b6e2bdf32e..65149331bc 100644
--- a/contrib/mobile/README.txt
+++ b/contrib/mobile/README.txt
@@ -3,10 +3,12 @@ Onelab for iOS and Android devices.
 
 Version: 1.0.0
 
-Description:
+== iOS ==
 
-Onelab (http://onelab.info) is a finite element package based on the open source
-mesh generator Gmsh (http://gmsh.info) and the solver GetDP
+= Apple AppStore description =
+
+Onelab/Mobile (http://onelab.info) is a finite element package based on the open
+source mesh generator Gmsh (http://gmsh.info) and the solver GetDP
 (http://getdp.info). It can be used to simulate a wide variety of multi-physic
 problems: electromagnetics, thermics, mechanics...
 
@@ -14,22 +16,22 @@ Onelab comes packaged with a selection of ready-to-use examples. New models can
 be added through iTunes file sharing: see http://onelab.info/wiki/Mobile for
 more information.
 
-=====
-
-Building the app for the iOS simulator:
-
-* Put all dependencies (Gmsh, GetDP, PETSc, BLAS/LAPACK framworks) in ./frameworks
-* cd ./build
-* cmake -DCMAKE_PREFIX_PATH="$HOME/src/gmsh/contrib/mobile/frameworks;$HOME/src/getdp" ..
-* make xcodeProject 
-* open Onelab/Onelab.xcodeproj 
+= iOS build instructions =
 
-Building the app for the iOS device:
+See http://onelab.info/wiki/Mobile
 
-In short, if all the frameworks are installed in ./frameworks_simulator:
+Quick guide if all the dependencies (GetDP, Gmsh, PETSc, BLAS, LAPACK
+frameworks) are already installed in ./frameworks_simulator:
 
-* Put all dependencies (Gmsh, GetDP, PETSc, BLAS/LAPACK framworks) in ./frameworks_simulator
 * cd ./build_simulator
 * cmake -DCMAKE_PREFIX_PATH="$HOME/src/gmsh/contrib/mobile/frameworks_simulator;$HOME/src/getdp" ..
 * make xcodeProject 
 * open Onelab/Onelab.xcodeproj 
+
+== Android ==
+
+= Google Play store description =
+
+= Android build instructions =
+
+See http://onelab.info/wiki/Mobile
-- 
GitLab