Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 374 Bytes

BUILD.md

File metadata and controls

12 lines (9 loc) · 374 Bytes

Building Iron Foundry .NET source

  • Prerequisites:

    • Visual Studio (2012 Update 2 currently used for development)
    • .NET Framework 4.5
    • WiX (http://wixtoolset.org/)
  • Before running Visual Studio:

    • Run build.bat. It will restore NuGet packages and do a Release-x64 build, which will also create installers.
  • You're all set!