File tree Expand file tree Collapse file tree 1 file changed +4
-16
lines changed Expand file tree Collapse file tree 1 file changed +4
-16
lines changed Original file line number Diff line number Diff line change @@ -73,21 +73,9 @@ sudo mv qt.conf qt.backup
73
73
74
74
2. Install [Qt 5.9](https://www.qt.io/download)
75
75
76
- 3. Install [Win32 OpenSSL 1.0.X](https://slproweb.com/products/Win32OpenSSL.html)
76
+ 3. Go to `3rdparty/qredisclient/3rdparty/hiredis` and apply patch to fix compilation on Windows:
77
+ `git apply ../hiredis-win.patch`
77
78
78
- Try **Win32 OpenSSL v1.0.2p (20MB)** version. Install to `C:\OpenSSL-Win32` folder .
79
+ 4. Open `./src/rdm.pro` in **Qt Creator**. Chooses `Desktop Qt 5.9.6 MSVC2015 32bit > Release` profile .
79
80
80
- 4. Install [CMake](https://cmake.org/)
81
-
82
- 5. Build `libssh2` library in folder `3rdparty/qredisclient/3rdparty/qsshclient/3rdparty/libssh2` using CMake
83
-
84
- ```
85
- cmake -DCRYPTO_BACKEND=WinCNG -DCMAKE_BUILD_TYPE=RELEASE -DBUILD_SHARED_LIBS=ON -DCMAKE_INSTALL_PREFIX=./output --build .
86
- cmake --build . --target install
87
- mkdir build\src\release
88
- copy output\lib\* build\src\release
89
- ```
90
-
91
- 6. Open `./src/rdm.pro` in **Qt Creator**. Chooses `Desktop Qt 5.9.6 MSVC2015 32bit > Release` profile.
92
-
93
- 7. Run build. ( Just hit `Ctrl-B` )
81
+ 5. Run build. ( Just hit `Ctrl-B` )
You can’t perform that action at this time.
0 commit comments