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