Skip to content

Compiling hmUtil from source

SITSGameDev edited this page Jul 12, 2019 · 1 revision

hmUtil requires C++ library to work.

hmUtil Dependencies

  • Only standard library :)

What to do?

  • Download source code from "Releases" (cargame-deps-.zip).
  • Create empty project in your IDE. Set type to "static library".
  • Add source to project.
  • Compile it. It's good to set output path to /lib.
Clone this wiki locally