Versions Compared

Key

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

To get an easy startup we provide a project template that can be used for own development

Clone template

Code Block
git clone

...

 https://git.swl.informatik.uni-oldenburg.de/scm/ody/odysseusrepotemplate.git

...


cd odysseusrepotemplate
git submodule init
git submodule update

Image Removed

Update odysseus_dev (

...

typically be necessary)

Code Block
cd odysseusrepotemplate
cd odysseus_dev
git checkout master

...

Rename folder (e.g. odysseustutorial) and set new origin (new git repo)

...