|
2 months ago | |
---|---|---|
projects | 10 months ago | |
.project | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 months ago | |
com.minres.products.setup | 5 months ago | |
com.minres.projects.setup | 2 years ago | |
org.eclipse.setup | 1 year ago |
The repo contains OOMPH setup files for MINRES projects and tools to ease jump start working with these projects.
Download the Eclipse Installer from here and install it according to the instructions given there.
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/
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/'