Contains OOMPH setups for MINRES projects and tool setups
Go to file
Eyck Jentzsch ce36d269c0 Further adjustments 2018-04-06 00:37:46 +02:00
products Updated README.md and updated project setups 2018-04-05 21:53:53 +02:00
projects Further adjustments 2018-04-06 00:37:46 +02:00
.project Fixed wrong dir structure 2018-04-04 20:40:07 +02:00
LICENSE Initial commit 2018-04-04 19:52:45 +02:00
README.md Updated README.md and updated project setups 2018-04-05 21:53:53 +02:00
com.minres.products.setup Further adjustments 2018-04-06 00:37:46 +02:00
com.minres.projects.setup Fixing workspace location again 2018-04-06 00:28:16 +02:00
org.eclipse.setup Added CoreDSL project 2018-04-04 23:37:51 +02:00

README.md

oomph-setups

The repo contains OOMPH setup files for MINRES projects and tools to ease jump start working with these projects.

How to use

Download the eclipse installer

Download the Eclipse Installer from here and install it according to the instructions given there.

Use the MINRES setups permanently with the eclipse installler

Open the eclipse_inst.ini file being part of the Eclipse Intaller. 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

Run the eclipse installer with additional command line arguments:

eclipse-inst -vmargs '-Doomph.redirection.setups=index:/->https://raw.githubusercontent.com/Minres/oomph-setups/master/'