Skip to content
Snippets Groups Projects
Commit 60ccfc5c authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

No commit message

No commit message
parent d143e32c
No related branches found
No related tags found
No related merge requests found
...@@ -5,9 +5,22 @@ Version: 1.0.2 ...@@ -5,9 +5,22 @@ Version: 1.0.2
Copyright (C) 2014 Christophe Geuzaine and Maxime Graulich, University of Liege 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 Onelab (http://onelab.info) is a finite element package based on the open source
mesh generator Gmsh (http://gmsh.info) and the solver GetDP 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 ...@@ -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 be added through iTunes file sharing: see http://onelab.info/wiki/Mobile for
more information. more information.
= iOS build instructions = iTunes link:
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 ==
= 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!
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment