As a chess programmer, you want to have the sources of Bagatur chess engine as a part of the distribution so that you can easily compile and run them inside the Eclipse development environment. This source distribution is exactly what you want. It is an Eclipse workspace with simple main method inside the EnginesRunner sub-project.
- Download the sources in a new directory.
- Import the existing projects into the Eclipse workspace.
- Run the main class bagaturchess.engines.run.MTDSchedulerMain (it is inside the EnginesRunner sub-project).