Update README.md

This commit is contained in:
Aart Stuurman 2018-01-29 18:01:25 +01:00 committed by GitHub
parent 99974d36d3
commit 6243786b0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ INSTALLING
========== ==========
AMQP-CPP comes with an optional Linux-only TCP module that takes care of the network part required for the AMQP-CPP core library. If you use this module, you are required to link with `pthread`. AMQP-CPP comes with an optional Linux-only TCP module that takes care of the network part required for the AMQP-CPP core library. If you use this module, you are required to link with `pthread`.
There are two methods to compile AMQP-CPP: CMake and Make. CMake is platform portable, but the Makefile only works on Linux. There are two methods to compile AMQP-CPP: CMake and Make. CMake is platform portable, but the Makefile only works on Linux. Building of a shared library is currently not supported on Windows.
After building there are two relevant files to include when using the library. After building there are two relevant files to include when using the library.
@ -86,7 +86,7 @@ cmake --build .. --target install
Option|Default|Meaning Option|Default|Meaning
------|-------|------- ------|-------|-------
BUILD_SHARED|OFF|Static lib(ON) or shared lib(OFF)? 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? LINUX_TCP|OFF|Should the Linux-only TCP module be built?
## Make ## Make