Skip to content

kirby561/Sc2BuildAnalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sc2BuildAnalyzer

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.

Build Environment

Dependencies and Tools

You need to install the following:

Environment setup

To setup the environment:

  1. Run CMake Configure on the repository. Pick anywhere for your build directory.
  2. 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.
  3. Generate
  4. Open the project and build/run
  5. (Optional) For debugging, the "Qt Visual Studio Tools" plugin is very helpful and can be installed within VS2017: Tools-->Extensions-->Online-->Search "Qt"-->Install

About

Provides a fast way to analyze the build orders in a large number of replays.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published