Update README.md
This commit is contained in:
parent
8f7b3f6fd4
commit
f90f0ed321
|
|
@ -65,7 +65,7 @@ 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.
|
||||||
## CMake
|
## CMake
|
||||||
The CMake file supports both building and installing. You can choose not to use the install functionality, and instead to 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
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue