Skip to content

culvertsoft/mgen

Repository files navigation

MGen

You've ended up at the MGen github repository! This is where you can download the MGen source and learn how to build it.

Click here instead to find out what MGen is and how to use it


Building MGen

If you're not satisfied with downloading pre-built libraries, this section briefly explains how you build MGen from source.

Build Requirements (Build):

Build Requirements (Test):

  • same as above +
  • CMAKE >= 2.8
  • MSVC>=2005 or g++>=4 or Clang. (should work with any c++98 compiler)
  • msbuild (if using MSVC)

Build Instructions:

  • clone the repo
  • 'doit target' or 'doit list'

Output will be placed inside each mgen-component's target/ directory (e.g. mgen-api/target/).

License

MGen is released under the MIT license.