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:
parent
e26bc8097f
commit
464a0c1801
1 changed files with 2 additions and 4 deletions
|
|
@ -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**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue