diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-30 21:54:42 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-30 21:54:42 +0200 |
| commit | 27ef08f627b14ebe553a106911cb07ff9feea85e (patch) | |
| tree | 6a38903c1f621150133ce6d8c6683f56a151ed2f /BUILDING.md | |
| parent | ef6e2f513cde84fcd86795259830df364d5994b2 (diff) | |
| download | kristall-27ef08f627b14ebe553a106911cb07ff9feea85e.tar.gz | |
Small changes, adds updated windows build instructions.
Diffstat (limited to 'BUILDING.md')
| -rw-r--r-- | BUILDING.md | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/BUILDING.md b/BUILDING.md index b093f44..6b9290a 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -57,7 +57,27 @@ These notes are probably also correct for Debian (someone please verify) #### Notes on void linux - set env variable `QT_SELECT=5` -#### Windows +#### Windows (MinGW) +Install Qt via the Qt installer. Install the following components: + +**Required:** +- `Qt/Qt 5.15.0/MinGW 8.1.0 64-bit` +- `Qt/Developer and Designer Tools/MinGW 8.1.0 64 bit` +- `Qt/Developer and Designer Tools/OpenSSL 64-bit binaries` +**Optional:** +- `Qt/Developer and Designer Tools/Qt Creator 4.12.3 CDB Debugger Support` +- `Qt/Developer and Designer Tools/Debugging Tools for Windows` +- `Qt/Developer and Designer Tools/Qt Creator 4.12.3 CDB Debugger Support` +- `Qt/Developer and Designer Tools/OpenSSL source code` + +If you didn't istall Qt to `C:\Qt`, you have to adjust the paths in `src/kristall.pro` for the `win32-g++` adjustments to the path you used. + +Then open `src/kristall.pro` with Qt creator to compile the project. Alternativly you can use `ci\build-and-deploy.bat`, but note that this script tries to deploy the file to `random-projects.net`, so this will fail in the end. + +**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). + +#### Windows MSVC (not up to date) Compile OpenSSL with the following steps: - Install [Perl](https://www.perl.org/get.html) (either ActiveState or Strawberry) |
