- Visual Studio 2019
- CMake
- XCode
- CMake
The project includes sub-modules from other repository. When cloning, be sure to pass --recursive
in the command.
git clone https://github.com/indigames/igeCreator --recursive
Also, to update the sub-modules, run this
git submodule update --init --recursive --remote
- Build a Release version
Run command below:
.\scripts\build-pc.bat
The release version of the application will be found in app
folder.
- Debugging
Run command below:
.\script\gen-pc.bat
Open build\pc\x64\igeCreator.sln
with Visual Studio 2019.
Support in next version, stay tunned.
Support in next version, stay tunned.