Merge pull request #187 from surgura/patch-1
Fix documentation to contain correct build options.
This commit is contained in:
commit
95f8fd5448
|
|
@ -82,14 +82,14 @@ The CMake file supports both building and installing. You can choose not to use
|
||||||
``` bash
|
``` bash
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake .. [-DBUILD_SHARED] [-DLINUX_TCP]
|
cmake .. [-DAMQP-CPP_AMQBUILD_SHARED] [-DAMQP-CPP_LINUX_TCP]
|
||||||
cmake --build .. --target install
|
cmake --build .. --target install
|
||||||
```
|
```
|
||||||
|
|
||||||
Option|Default|Meaning
|
Option|Default|Meaning
|
||||||
------|-------|-------
|
------|-------|-------
|
||||||
BUILD_SHARED|OFF|Static lib(ON) or shared lib(OFF)? Shared is not supported on Windows.
|
AMQP-CPP_BUILD_SHARED|OFF|Static lib(ON) or shared lib(OFF)? Shared is not supported on Windows.
|
||||||
LINUX_TCP|OFF|Should the Linux-only TCP module be built?
|
AMQP-CPP_LINUX_TCP|OFF|Should the Linux-only TCP module be built?
|
||||||
|
|
||||||
## Make
|
## Make
|
||||||
Installing the library is as easy
|
Installing the library is as easy
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue