Update README.md
This commit is contained in:
parent
c8380d4af0
commit
017dc11dce
17
README.md
17
README.md
|
|
@ -73,19 +73,10 @@ cmake .. [-DBUILD_SHARED] [-DLINUX_TCP]
|
||||||
cmake --build .. --target install
|
cmake --build .. --target install
|
||||||
```
|
```
|
||||||
|
|
||||||
### BUILD_SHARED
|
Option|Default|ON|OFF
|
||||||
Default OFF
|
------|-------|--|---
|
||||||
|
BUILD_SHARED|OFF|Build shared library|Build static library
|
||||||
ON: Build shared library
|
LINUX_TCP|OFF|Build linux-only TCP module|Don't build linux-only TCP module
|
||||||
|
|
||||||
OFF: Build static library
|
|
||||||
|
|
||||||
### LINUX_TCP
|
|
||||||
Default OFF
|
|
||||||
|
|
||||||
ON: Build linux-only TCP module
|
|
||||||
|
|
||||||
OFF: Do not build the module.
|
|
||||||
|
|
||||||
## Make
|
## Make
|
||||||
Installing the library is as easy
|
Installing the library is as easy
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue