Skip to content

Building the MIEngine

Gregg Miskelly edited this page Dec 3, 2015 · 15 revisions

Here are the requirements to build the MIEngine:

  1. You need to be on Windows. The MIEngine cannot currently be compiled on Unix/MacOS.
  2. You need to install Visual Studio 2015
  3. Not an absolute requirement, but strongly recommended: install VS 2015 Update 1 or newer.
  4. Go to Control Panel -> Add or remove programs. Find Visual Studio 2015 in the list. Then make sure the following features are enabled:
    • Windows and Web Development -> Universal Windows App Development Tools
      • Tools and Windows 10 SDK
      • Windows 10 SDK
    • [Recommended] Programming Languages -> Visual C++ -> Common Tools for Visual C++ 2015
    • Cross Platform Mobile Development
      • [Recommended] Visual C++ Mobile Development
      • [Recommended] Microsoft Visual Studio Emulator for Android

Clone this wiki locally