diff --git a/contrib/mobile/CMakeLists.txt b/contrib/mobile/CMakeLists.txt index 552ee3e740f6b74926d67ef024f9e95d887ed9e1..a432175d3a71d9c98e466755162190364a0964ab 100644 --- a/contrib/mobile/CMakeLists.txt +++ b/contrib/mobile/CMakeLists.txt @@ -1,5 +1,3 @@ -# Library to use Onelab (Gmsh/GetDP) on Android or iOS - cmake_minimum_required(VERSION 2.8 FATAL_ERROR) if(APPLE) diff --git a/contrib/mobile/README.txt b/contrib/mobile/README.txt index d451b4e55890270cb54e611d04d104b9613e4170..1028a0a76788de66ea42a504de0c912adbbe5aea 100644 --- a/contrib/mobile/README.txt +++ b/contrib/mobile/README.txt @@ -1,30 +1,21 @@ This directory contains the source code for Onelab/Mobile, the mobile version of Onelab for iOS and Android devices. -Copyright (C) 2014 Christophe Geuzaine and Maxime Graulich, University of Liege +Copyright (C) 2014-2015 Christophe Geuzaine and Maxime Graulich, University of Liege -On iTunes: - -Onelab (http://onelab.info) is a finite element package based on the open source -mesh generator Gmsh (http://gmsh.info) and the solver GetDP +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... -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. - -https://itunes.apple.com/us/app/onelab/id845930897 - -On Google Play: - -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 opened directly on your device: see http://onelab.info/wiki/Mobile for more +Onelab/Mobile comes packaged with a selection of ready-to-use examples. New +models can be added through iTunes file sharing on iOS devices, or opened +directly on your devices on Android: see http://onelab.info/wiki/Mobile for more information. +Onelab/Mobile is available on the AppStore and the Google Play store: + +https://itunes.apple.com/us/app/onelab/id845930897 https://play.google.com/store/apps/details?id=org.geuz.onelab + +Sample scripts for building Onelab/Mobile are available in utils/onelab_*_build.sh