Update README.md
This commit is contained in:
parent
5cbc09c680
commit
ea70d43034
|
|
@ -71,6 +71,8 @@ File|Include when?
|
||||||
amqpcpp.h|Always
|
amqpcpp.h|Always
|
||||||
amqpcpp/linux_tcp.h|If using the Linux-only TCP module
|
amqpcpp/linux_tcp.h|If using the Linux-only TCP module
|
||||||
|
|
||||||
|
On Windows you are required to define NOMINMAX when compiling code that includes public AMQP-CPP header files.
|
||||||
|
|
||||||
## CMake
|
## CMake
|
||||||
The CMake file supports both building and installing. You can choose not to use the install functionality, and instead manually use the build output at `bin/`. Keep in mind that the TCP module is only supported for Linux. An example install method would be:
|
The CMake file supports both building and installing. You can choose not to use the install functionality, and instead manually use the build output at `bin/`. Keep in mind that the TCP module is only supported for Linux. An example install method would be:
|
||||||
``` bash
|
``` bash
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue