Browse Source

Add windows build instructions

master
John Smith 3 weeks ago
parent
commit
9bfa03f6bd
  1. 7
      README.md

7
README.md

@ -16,3 +16,10 @@ In order for the utility to perform any tests, consider filling two configuratio @@ -16,3 +16,10 @@ In order for the utility to perform any tests, consider filling two configuratio
Just run `speedtest.py` or `speedtest.exe` after completing the configuration.
Done! You're amazing!
# Building for Windows by yourself
1. First you need to complete the installation steps with **bootstrap.ps1**.
2. _(Optional) put [upx.exe](https://github.com/upx/upx/releases/download/v3.96/upx-3.96-win64.zip) next to setup.bat and setup.py to get your build optimized in size_.
3. Then you can run setup.bat.
4. The output files fill be in the **dist** directory.

Loading…
Cancel
Save