To compile the Java code and create the necessary JARs to execute the Systematic-Trading program, there's software required and a straightforward build process to follow.
Install these software versions or later, ensuring they're available on the system path.
- Java SE Development Kit 1.8.0_65
- Maven 3.2.5
- Git 2.11.0
- Open a terminal window
- Create your local working directory for the Systematic-Trading project
- Navigate to your Systematic-Trading working directory
- run
git clone https://github.com/CjHare/systematic-trading.git
- Navigate to your Systematic-Trading working directory
- run
git pull
- Navigate to your Systematic-Trading working directory
- run
mvn clean install