1
0
Fork 0
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:
Henrik Hautakoski 2020-02-06 13:27:09 +01:00
parent 38d1658748
commit e0397ceee3

View file

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