Skip to content

Building this Project

Don Mendelson edited this page Jun 15, 2020 · 2 revisions

Prerequisites

This project requires Java 11 or later. It should run on any platform for which a JVM is supported. Several open-source implementations of the Java Development Kit are available, including AdoptOpenJDK.

The project is built with Apache Maven version 3.1.0 or later, available from Maven Download. Maven is also supplied by IDEs such as Eclipse and Intellij IDEA.

Building from Source

Obtain source code by cloning GitHub project FIXTradingCommunity / tablature.

Build all modules by issuing command mvn package or invoking Maven from your IDE.