diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-30 22:59:29 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-30 22:59:29 +0200 |
| commit | 55e3682e9fdc2d77abd6acaaea361fc1e2487402 (patch) | |
| tree | 55ddf56d8f1a49658427ff2c0bca0288756071c5 | |
| parent | 23ec85afe6f1212bb49f946fc8203eb18c65be0c (diff) | |
| download | kristall-55e3682e9fdc2d77abd6acaaea361fc1e2487402.tar.gz | |
Windows troubleshouting.
| -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: |
