-
Notifications
You must be signed in to change notification settings - Fork 0
Compiling hmUtil from source
SITSGameDev edited this page Jul 12, 2019
·
1 revision
hmUtil requires C++ library to work.
- Only standard library :)
- 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.
SITSGameDev 2019