Native edition
This repo contains Git Submodules (with dependencies), so after cloning, you need to initialize them:
git clone THIS_REPO_URL
git submodule init
git submodule update
# OR (in a single command instead of three):
git clone --recurse-submodules THIS_REPO_URL
This project can be compiled and run in Windows 10:
- Install Visual Studio Community 2019 and the following components in its Installer:
- Desktop development with C++
- MSVC v142
- Windows 10 SDK
- C++ ATL for latest v142 build tools
- C++ MFC for latest v142 build tools
- Open
pheroes/HMM.sln
as a solution. - Select HMM or MapEditor in Solution Explorer and run it via Green Triangle.
This work contains the following code:
- Pocket Heroes Game, Apache 2.0 License
- libxml2, MIT License
Also, there are the following dependencies in the externals
dir:
- Windows Template Library, Microsoft Public License
- LZ👌 (lzokay), MIT License
- libpng and zlib, zlib License
This project is Apache 2.0-licensed.