566 B
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:
- Install Visual Studio 2015 (Community or Express should work)
- Install Git
- Install CMake
Build wxWidgets
- Run
git clone https://github.com/timw4mail/Tyro-depends.git
in the folder of your choice.