Update README.md

This commit is contained in:
Aart Stuurman 2018-01-28 22:34:09 +01:00 committed by GitHub
parent 017dc11dce
commit 8f7b3f6fd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -73,10 +73,10 @@ cmake .. [-DBUILD_SHARED] [-DLINUX_TCP]
cmake --build .. --target install
```
Option|Default|ON|OFF
------|-------|--|---
BUILD_SHARED|OFF|Build shared library|Build static library
LINUX_TCP|OFF|Build linux-only TCP module|Don't build linux-only TCP module
Option|Default|Meaning
------|-------|-------
BUILD_SHARED|OFF|Static lib(ON) or shared lib(OFF)?
LINUX_TCP|OFF|Is the linux-only TCP module built?
## Make
Installing the library is as easy