Skip to content
This repository was archived by the owner on Dec 15, 2019. It is now read-only.

Build Instructions

demiurghg edited this page May 1, 2016 · 2 revisions

FusionEngine requires Visual Studio 2012 for build. Later versions wouldn't work.

  1. Download FusionEngineSetup.exe
  2. Install Fusion Engine. Make sure that DirectX runtime is installed.
  3. Checkout FusionEngine.
  4. Open FusionEngine.sln.
  5. Build.

FusionEngine could be used with Visual Studio 2012 or Visual Studio 2015. To debug your application in VS2015 use "Hybrid" configuration.

  1. Download FusionEngineSetup.exe
  2. Install Fusion Engine. Make sure that DirectX runtime is installed.
  3. Run Visual Studio.
  4. VS2015 only: Choose Hybryd or Release. Debug wouldn't work.
  5. Go to File → New → Project... In New Project dialog choose Visual C# → FusionGame and press OK.
  6. Build.
  7. Run.

Clone this wiki locally