-
Notifications
You must be signed in to change notification settings - Fork 113
Building Tetrad using Command Line
Jeremy Espino edited this page Aug 8, 2019
·
3 revisions
Building Tetrad requires you to install Java 8+ and Maven 3.x. We test against Oracle's Java JDK so please install the JDK from
https://www.oracle.com/technetwork/java/javase/downloads/index.html.
Maven is available from
https://maven.apache.org/download.cgi.
Source code releases are available from https://github.com/cmu-phil/tetrad/releases or you can clone the repository using git and build any version including the (by default) development version
git clone https://github.com/cmu-phil/tetrad.git
At the root of the project just tell maven to build the package
mvn package
A jar executable file will be found in tetrad-gui/target