1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-16 03:44:56 +02:00

README.md: simplify windows example.

This commit is contained in:
Henrik Hautakoski 2020-04-27 13:12:47 +02:00
parent e26bc8097f
commit 464a0c1801

View file

@ -124,10 +124,8 @@ you need to set `OPENSSL_ROOT_DIR` to the directory where you unpacked
For example:
```
C:\repo> mkdir build
C:\repo> cd build
C:\repo\build> cmake -D OPENSSL_ROOT_DIR="C:/path/to/openssl-1.1/x86" ..
C:\repo\build> cmake --build . --config Release
C:\repo> cmake -D OPENSSL_ROOT_DIR="C:/path/to/openssl-1.1/x86" -B build
C:\repo> cmake --build build --config Release
```
**Qt**