General

Components

Community

Development

TDF

Source Control

We are using GitHub for version control.

Getting the source code

git clone https://github.com/tdf/odftoolkit.git

For further information see the Source Code Repository page.

Build setup (Linux)

ODF Toolkit == 0.9.0 using JDK 8

sudo apt-get install openjdk-8-jdk
sudo apt-get install maven

ODF Toolkit >= 0.10.0 using JDK >= 9

sudo apt-get install openjdk-11-jdk
sudo apt-get install maven

Note: The previous instructions has been tested with an Ubuntu 20.04 installation. Other distros and versions should work fine, but might require some slight modifications.

Build Setup (Windows)

For the setup of the build environment, please see Java JDK download for Windows and Maven setup on Windows

Building (Linux & Windows)

cd odftoolkit
mvn clean install

Impressum (Legal Info) | Privacy Policy (Datenschutzerklärung) | Statutes (non-binding English translation) - Satzung (binding German version) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Apache License, v2.0. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License v2.0. “LibreOffice” and “The Document Foundation” are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy. LibreOffice was based on OpenOffice.org.