Added setup for Mendel project

This commit is contained in:
2018-04-09 10:07:11 +02:00
parent eaf55e77b4
commit 14503a68d4
4 changed files with 224 additions and 105 deletions

View File

@@ -7,19 +7,18 @@ The repo contains OOMPH setup files for MINRES projects and tools to ease jump s
Download the Eclipse Installer from [here](https://www.eclipse.org/downloads/eclipse-packages/?show_instructions=TRUE) and install it
according to the instructions given there.
## Use the MINRES setups permanently with the eclipse installler
## Use the MINRES setups permanently with the eclipse installer
Open the eclipse_inst.ini file being part of the Eclipse Intaller. Add the following line at the end:
Open the eclipse_inst.ini file being part of the Eclipse Installer (on MacOS it is located at 'Eclipse Installer.app/Contents/Eclipse'). Add the following line at the end:
```
```
-Doomph.redirection.setups=index:/->https://raw.githubusercontent.com/Minres/oomph-setups/master/
```
## Use the MINRES setups temporarily with the eclipse installler
## Use the MINRES setups temporarily with the eclipse installer
Run the eclipse installer with additional command line arguments:
```
eclipse-inst -vmargs '-Doomph.redirection.setups=index:/->https://raw.githubusercontent.com/Minres/oomph-setups/master/'
```