These instructions assume that you use IntelliJ IDEA
- Create a new empty java project
- Clone this repository, the test factory and the algorithm in the project folder.
- For each repository, do the following
- In IntelliJ, select file > New > Module from existing sources
- Select the repository
- Import module from external modal > Maven
- Next until finish
- In the upper right corner, next to "run", select "Edit Configurations"
- Press the green plus in the left upper corner > Maven
- Set "Working directory" to the interpreter repository (click the yellow folder with blue square)
- Set "Command line" to "clean install"
- Apply and ok
- Now "run" should build the entire project