mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-06-17 03:50:03 +02:00
README.md: Document compile options.
This commit is contained in:
parent
38d1658748
commit
e0397ceee3
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
|
@ -68,6 +68,18 @@ C:\repo\build> cmake -D OPENSSL_ROOT_DIR="C:/path/to/openssl-1.1/x86" ..
|
|||
C:\repo\build> cmake --build . --config Release
|
||||
```
|
||||
|
||||
## Compile options
|
||||
|
||||
These compile options are available:
|
||||
|
||||
| Cmake | build.sh | Description |
|
||||
|--------------------------- | ----------------- | ------------------------------------------|
|
||||
| -DCMAKE_BUILD_TYPE=`value` | -t `value` | Type of build |
|
||||
| -DUSE_THREADS=`OFF` | --disable-threads | Disable thread support |
|
||||
| -DFORCE_ANSI=`ON` | --force-ansi | Force ANSI console colors even on windows |
|
||||
|
||||
For more details about options run `./build.sh -l` or `mkdir build && cmake build -LA`
|
||||
|
||||
## Install
|
||||
|
||||
After the project has been compiled. run `sudo ./install.sh` or the following code if you dont want to use that:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue