Versions Compared

Key

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

...

Code Block
languagebash
git clone --recurse-submodules https://git.offis.uni-oldenburg.de/scm/ody/odysseus.git

Odysseus is based on submodules, so the flag recurse-submodules is necessary.

3. Setup Eclipse

We recommend to use a dedicated Eclipse workspace for Odysseus, because a full import of Odysseus may have more than 300 Projects.The most simply way is as follows. If you are firstly starting Eclipse, choose the folder where you checked out the source code as the workspace location.

...