2015-04-24 16:50:46 -04:00
|
|
|
# Building on Windows
|
|
|
|
|
2015-04-29 16:21:08 -04:00
|
|
|
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.
|
2015-04-24 16:50:46 -04:00
|
|
|
|
|
|
|
## Build Environment Setup:
|
|
|
|
|
2015-10-23 15:49:29 -04:00
|
|
|
1. Install [Visual Studio 2015](https://www.visualstudio.com/en-us/downloads/download-visual-studio-vs.aspx) (Community or Express should work)
|
|
|
|
2. Install [Git](http://git-scm.com/download/win)
|
|
|
|
3. Install [CMake](https://cmake.org/download/)
|
2015-04-29 16:21:08 -04:00
|
|
|
|
|
|
|
## Build wxWidgets
|
|
|
|
|
2015-04-28 16:14:04 -04:00
|
|
|
1. Run `git clone https://github.com/timw4mail/Tyro-depends.git` in the folder of your choice.
|
2015-04-29 16:21:08 -04:00
|
|
|
|
2015-04-28 16:14:04 -04:00
|
|
|
|
|
|
|
## Build Tyro
|
2015-04-24 16:50:46 -04:00
|
|
|
|