From 4df238c22c9d862866ff018e687a3bcb72966e6f Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sat, 29 Mar 2014 08:39:49 +0000 Subject: [PATCH] --- contrib/mobile/README.txt | 40 ++++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/contrib/mobile/README.txt b/contrib/mobile/README.txt index 7d13d3d479..b6e2bdf32e 100644 --- a/contrib/mobile/README.txt +++ b/contrib/mobile/README.txt @@ -1,33 +1,35 @@ -iOS: +This directory contains the source code for Onelab/Mobile, the mobile version of +Onelab for iOS and Android devices. Version: 1.0.0 -SKU: 20140320 - 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 (http://getdp.info). It can be used to simulate a wide variety of multi-physic problems: electromagnetics, thermics, mechanics... - -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. - +Onelab (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... +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. ===== -How to build the mobile version for iOS: - -http://onelab.info/wiki/Mobile +Building the app for the iOS simulator: -In short, if all the frameworks are installed in ./frameworks: +* 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 -cd ./build -cmake -DCMAKE_PREFIX_PATH="$HOME/src/gmsh/contrib/mobile/frameworks;$HOME/src/getdp" .. -make xcodeProject -open Onelab/Onelab.xcodeproj +Building the app for the iOS device: In short, if all the frameworks are 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 +* 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 -- GitLab