mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-06-18 04:00:03 +02:00
README.md: Document --no-cli,--gui build flags.
This commit is contained in:
parent
22222c1d7c
commit
6181af6212
1 changed files with 7 additions and 5 deletions
12
README.md
12
README.md
|
|
@ -102,11 +102,13 @@ C:\repo\build> cmake --build . --config Release
|
|||
|
||||
These compile options are available:
|
||||
|
||||
| Cmake | build.sh | Description |
|
||||
|--------------------------- | ----------------- | ----------------------------------------- |
|
||||
| -DUSE_THREADS=`OFF` | --disable-threads | Disable thread support |
|
||||
| -DCMAKE_BUILD_TYPE=`value` | -t `value` | Type of build |
|
||||
| -DFORCE_ANSI=`ON` | --force-ansi | Force ANSI console colors even on windows |
|
||||
| Cmake | build.sh | Description |
|
||||
|---------------------------- | ----------------- | ----------------------------------------- |
|
||||
| -DBUILD_COMPONENT_CLI=`OFF` | --no-cli | Do not build cli program |
|
||||
| -DBUILD_COMPONENT_GUI=`ON` | --gui | Build gui program (Qt5) |
|
||||
| -DUSE_THREADS=`OFF` | --disable-threads | Disable thread support |
|
||||
| -DCMAKE_BUILD_TYPE=`value` | -t `value` | Type of build |
|
||||
| -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`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue