Megasource is a CMake-buildable collection of all Jenjin's dependencies inspired by LÖVE.
- CMake 3.5.
- Visual Studio 2022 (or another CMake-compatible compiler).
To build just the dependencies for 64 bit x86 using Visual Studio 2022:
$ git clone https://github.com/JenjinEngine/megasource megasource
$ cd megasource
$ cmake -G Ninja -A x64 -S . -B build
$ cmake --build build --config Release