Versions Compared

Key

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

...

To create an installable package for your system, download the attached package template and extract it. Inside the package, call the build shell script. The script downloads the current Odysseus studio and creates necessary files to bundle it as a Debian package.

Code Block
languagebash
wget http://odysseus.informatik.uni-oldenburg.de/download/products/build-debian.tar.gz
tar xfz build-debian.tar.gz
cd build-debian
sh build

 After the build, the bundle can be installed using the package manager.

...