From 60ccfc5c963416e0d316ca28690fd9eb60b0c183 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Fri, 11 Apr 2014 21:33:39 +0000 Subject: [PATCH] --- contrib/mobile/README.txt | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/contrib/mobile/README.txt b/contrib/mobile/README.txt index 114526e003..ddd360c419 100644 --- a/contrib/mobile/README.txt +++ b/contrib/mobile/README.txt @@ -5,9 +5,22 @@ Version: 1.0.2 Copyright (C) 2014 Christophe Geuzaine and Maxime Graulich, University of Liege -== iOS == +See http://onelab.info/wiki/Mobile for more information, including how to build +Onelab/Mobile for iOS (iPhone/iPad) and Android devices. -= Apple AppStore description = +Quick cheat sheet for iOS if all the dependencies (GetDP, Gmsh, PETSc, BLAS, +LAPACK frameworks) are already installed in ./frameworks_simulator: + +mkdir build +cd build +cmake -DCMAKE_PREFIX_PATH="$HOME/src/gmsh/contrib/mobile/frameworks_simulator;\ + $HOME/src/getdp" .. +make xcodeProject +open Onelab/Onelab.xcodeproj + +-- + +Store description: Onelab (http://onelab.info) is a finite element package based on the open source mesh generator Gmsh (http://gmsh.info) and the solver GetDP @@ -18,22 +31,10 @@ 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. -= iOS build instructions = - -See http://onelab.info/wiki/Mobile - -Quick guide if all the dependencies (GetDP, Gmsh, PETSc, BLAS, LAPACK -frameworks) are already installed 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 == +iTunes link: -= Google Play store description = +https://itunes.apple.com/us/app/onelab/id845930897 -= Android build instructions = +Google Play link: -See http://onelab.info/wiki/Mobile +Coming soon! -- GitLab