Update Avrorouter.md

This commit is contained in:
Markus Mäkelä
2017-04-20 09:10:29 +03:00
committed by Markus Mäkelä
parent f2a0dbd72d
commit def475be18

View File

@ -262,8 +262,7 @@ For more information on how to use these scripts, see the output of `cdc.py -h`
To build the avrorouter from source, you will need the [Avro C](https://avro.apache.org/docs/current/api/c/) To build the avrorouter from source, you will need the [Avro C](https://avro.apache.org/docs/current/api/c/)
library, liblzma, [the Jansson library](http://www.digip.org/jansson/) and sqlite3 development headers. When library, liblzma, [the Jansson library](http://www.digip.org/jansson/) and sqlite3 development headers. When
configuring MaxScale with CMake, you will need to add `-DBUILD_CDC=Y configuring MaxScale with CMake, you will need to add `-DBUILD_CDC=Y` to build the CDC module set.
-DBUILD_CDC=Y` to build the avrorouter and the CDC protocol module.
For more details about building MaxScale from source, please refer to the For more details about building MaxScale from source, please refer to the
[Building MaxScale from Source Code](../Getting-Started/Building-MaxScale-from-Source-Code.md) document. [Building MaxScale from Source Code](../Getting-Started/Building-MaxScale-from-Source-Code.md) document.