Add windows distribution instructions

This commit is contained in:
Stephen Shelton 2020-03-03 14:10:54 -08:00
parent 551e920d84
commit df3a2d5d90
1 changed files with 16 additions and 0 deletions

16
dist/windows_instructions.md vendored Normal file
View File

@ -0,0 +1,16 @@
# Building with mingw
Using QtCreator, import this project via its `.pro` file and enable a mingw build kit.
## SSL DLL files required at runtime
After building, it will be necessary to include some `.dll` files that will be needed during runtime. Copy these into the build directory alongside the compiled `.exe` file.
```
C:\Qt\Tools\mingw530_32\opt\bin\libeay32.dll
C:\Qt\Tools\mingw530_32\opt\bin\ssleay32.dll
```
## Distribution
TODO