JaRMoS  1.1
Java Reduced Model Simulations
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
Download instructions

How to get JaRMoS

Direct file download

The following files are available for direct download:

Note
If you select the JaRMoS App link using your mobile browser, you can (usually) download and install the APK directly on your device.

GIT repository

The probably easiest way to obtain all of JaRMoS 1.1 source is to use the global GIT repository

git clone https://github.com/JaRMoS/jarmos <target_directory>

Therein, all other modules are contained as submodules. Once the main repository is checked out, simply call

git submodule update -i

to initialize and fetch the current sub-repositories.

Note
If you want to develop JaRMoS, you should make sure all submodules are on their master branch after fetching. This can be achieved by calling
git submodule foreach git checkout master

Alternatively, each of the modules can be downloaded directly using GIT: