diff options
Diffstat (limited to 'BUILDING.md')
| -rw-r--r-- | BUILDING.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BUILDING.md b/BUILDING.md index 6b9290a..9940f1f 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -77,6 +77,9 @@ Then open `src/kristall.pro` with Qt creator to compile the project. Alternativl **Troubleshouting:** If you get an error message that `MSVCR100.dll` is missing, you may need to install the [Microsoft C++ Runtime](https://www.microsoft.com/en-us/download/details.aspx?id=14632). +**Troubleshouting:** +*QtCreator says the exe crashed when starting.* This happens when you are missing the OpenSSL dlls. Copy them from `C:\Qt\Tools\OpenSSL\Win_x64\bin\libcrypto-1_1-x64.dll` and `C:\Qt\Tools\OpenSSL\Win_x64\bin\libssl-1_1-x64.dll` to the debug/release folder of your build. Then the exe should be starting. + #### Windows MSVC (not up to date) Compile OpenSSL with the following steps: |
