Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
git clone https://git.swl.informatik.uni-oldenburg.de/scm/ody/odysseusrepotemplate.git
cd odysseusrepotemplate
git submodule init
git submodule update

Update odysseus_dev (typically be necessary)to latest version

Code Block
cd odysseusrepotemplate
cd odysseus_dev
git checkout master

...