Tyro/Windows-Build.md

566 B

Building on Windows

In order to keep a consistent build system, Tyro is built with MinGW and Msys. This allows for a *nix-style build environment on Windows.

Build Environment Setup:

  1. Install Visual Studio 2015 (Community or Express should work)
  2. Install Git
  3. Install CMake

Build wxWidgets

  1. Run git clone https://github.com/timw4mail/Tyro-depends.git in the folder of your choice.

Build Tyro