Compilation should be done the same as UAlbertaBot:


1. Open CruzBot/VisualStudio/CruzBot.sln in VS 2012
2. Choose not to upgrade the projects (bwapi requires v90)
3. Select Release mode
4. Ensure that the "Configuration Properties" > "General" > "Platform Toolset" for all projects is set to "v90"
5. Ensure USING_VISUALIZATION_LIBRARIES is not defined. This #define is used to launch our OpenGL visualization tool and is not supported at this time.
6. Build "AdversarialSearch" project
7. Build "StarcraftBuildOrderSearch" project
8. Build "CruzBot" project

CruzBot uses no external libraries other than boost and BWAPI.