Update README.md

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

View File

@ -73,19 +73,10 @@ cmake .. [-DBUILD_SHARED] [-DLINUX_TCP]
cmake --build .. --target install
```
### BUILD_SHARED
Default OFF
ON: Build shared library
OFF: Build static library
### LINUX_TCP
Default OFF
ON: Build linux-only TCP module
OFF: Do not build the module.
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
## Make
Installing the library is as easy