Skip to content

Commit 5b56961

Browse files
authored
Update install.md
1 parent 2253353 commit 5b56961

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

docs/install.md

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -73,21 +73,9 @@ sudo mv qt.conf qt.backup
7373
7474
2. Install [Qt 5.9](https://www.qt.io/download)
7575
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`
7778
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.
7980
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` )

0 commit comments

Comments
 (0)