Skip to content

Kyrisx/Sc2BuildAnalyzer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 69.5%
  • C++ 15.7%
  • C 14.4%
  • CMake 0.4%