Provides a fast way to analyze the build orders in a large number of Starcraft 2 replays. Please note the license for this project is MIT so you can use any code within this repository as you please. However, Qt5 is licensed under LGPL v3, so using the project as a whole you will need to respect that license as well.
You need to install the following:
- CMake (Latest): https://cmake.org/
- Qt 5.11: https://www.qt.io/
To setup the environment:
- Run CMake Configure on the repository. Pick anywhere for your build directory.
- Set Qt5_DIR to /5.11.0/msvc2017_64/lib/cmake/Qt5 Note: The above is the location for Visual Studio 2017. If you are generating for something else, pick the appropriate target instead of msvc2017_64.
- Generate
- Open the project and build/run
- (Optional) For debugging, the "Qt Visual Studio Tools" plugin is very helpful and can be installed within VS2017: Tools-->Extensions-->Online-->Search "Qt"-->Install