1
0
Fork 0
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:
Henrik Hautakoski 2020-04-20 17:11:43 +02:00
parent 22222c1d7c
commit 6181af6212

View file

@ -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`