Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 1.22 KB

COMPILING.md

File metadata and controls

18 lines (16 loc) · 1.22 KB

Compiling EarTrumpet

Requirements

Step-by-step

  1. Install Visual Studio 2017 with the .NET desktop development and Universal Windows Platform development workloads.
  2. Install the Windows 10 SDK (10.0.14393.0) SDK.
  3. Install the .NET Framework 4.6.2 Developer Pack.
  4. Install Git for Windows.
  5. Clone the EarTrumpet repository (git clone https://github.com/File-New-Project/EarTrumpet.git).
  6. Open EarTrumpet.vs15.sln in Visual Studio.
  7. Change the target platform to x86 and build the EarTrumpet.Package project.
  8. You're done. If you plan on submitting your changes to us, please review the Contributing guide first.