-
Notifications
You must be signed in to change notification settings - Fork 8
Building this Project
Don Mendelson edited this page Jun 15, 2020
·
2 revisions
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.
Obtain source code by cloning GitHub project FIXTradingCommunity / tablature.
Build all modules by issuing command mvn package
or invoking Maven from your IDE.