Versions Compared

Key

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

If you want to build a Kieler product or the KiCo command line tool, you will need to use maven to build the project.

Requirements

  • Java 811
  • Maven
  • Python 2.7 (Only for building the CLI. Must be available as python command, check conflicts with Python 3)

...

If Java 8 is not your default java command prepend the following command (Linux) to set the java version: JAVA_HOME=/usr/lib/jvm/java-811-openjdk-amd64/
Hence it may look like: JAVA_HOME=/your/path/to/java mvn -f build/pom ...

...