Contains OOMPH setups for MINRES projects and tool setups
Iet uz failu
Eyck Jentzsch ef4061b6bf Merge branch 'master' of https://git.minres.com/Tooling/oomph-setups.git 2024-01-23 09:47:44 +01:00
projects update product definition and add SCViewer EE project 2022-03-05 12:28:22 +01: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 update README.md 2020-12-03 22:45:45 +01:00
com.minres.products.setup Merge branch 'master' of https://git.minres.com/Tooling/oomph-setups.git 2024-01-23 09:47:44 +01:00
com.minres.projects.setup update product definition and add SCViewer EE project 2022-03-05 12:28:22 +01:00
org.eclipse.setup update DSL and general project setup 2021-07-11 14:47:58 +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 installer

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://git.minres.com/Tooling/oomph-setups/raw/branch/master/

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://git.minres.com/Tooling/oomph-setups/raw/branch/master/'

or with a local copy of the repo:

mkdir -f $HOME/git
cd $HOME/git
git clone https://git.minres.com/Tooling/oomph-setups.git
eclipse-inst -vmargs '-Doomph.redirection.setups=index:/->file:///'$HOME'/git/oomph-setups/'