Update readme and start on Windows build instructions
This commit is contained in:
parent
3ea3c8e0e2
commit
61a4adeebb
@ -44,4 +44,8 @@ Build the app:
|
|||||||
|
|
||||||
### Windows
|
### Windows
|
||||||
|
|
||||||
|
See the guide for building on Windows: [Windows-Build](./Windows-Build.md)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
13
Windows-Build.md
Normal file
13
Windows-Build.md
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# Building on Windows
|
||||||
|
|
||||||
|
In order to keep a consistent build system, Tyro is build with MinGW and Msys. This software allows for a *nix-style build environment on Windows.
|
||||||
|
|
||||||
|
## Build Environment Setup:
|
||||||
|
|
||||||
|
1. Download MinGW installer
|
||||||
|
2. Install MinGW & MSyS
|
||||||
|
3. Add `{MinGW Path}\bin` and `{MinGW Path}\msys\1.0\bin` to the system Path environment variable
|
||||||
|
4. Get the latest wxWidgets 3.0 installer for Windows, and install
|
||||||
|
5. Open the Msys prompt at `{MinGW Path}\msys\1.0\msys.bat`. You'll probably want a shortcut to this, as it is what will be used for compiling everything from here on.
|
||||||
|
|
||||||
|
## Build SFTP Dependencies
|
Loading…
Reference in New Issue
Block a user