Update README.md
This commit is contained in:
parent
f214254319
commit
f4ab1137d3
|
|
@ -63,7 +63,12 @@ Then check out our other commercial and open source solutions:
|
|||
INSTALLING
|
||||
==========
|
||||
|
||||
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. After building there are two relevant files to include when using the library.
|
||||
File|Include when?
|
||||
----|------------
|
||||
amqpcpp.h|Always
|
||||
amqpcpp/linux_tcp.h|If using the Linux-only TCP module.
|
||||
|
||||
## 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:
|
||||
``` bash
|
||||
|
|
|
|||
Loading…
Reference in New Issue