Import the Code/Tyr folder as a project into eclipse:
	1. In an Eclipse workspace press File -> Import -> General -> Existing Projects into Workspace
	2. Select Code/Tyr as the root directory for the project.
	3. Click Finish.

Build Tyr into a Runnable JAR file:
	1. Press File -> Export -> Java -> Runnable JAR file.
	2. As Launch configuration select Tyr - Tyr.
	3. Enter the Export destination where you want the JAR file created.
	4. Press Finish.

When you run the JAR file, it will connect with Brood War through the BWAPI Injector.

