Github user phrocker commented on a diff in the pull request:
https://github.com/apache/nifi-minifi-cpp/pull/163#discussion_r147789254
--- Diff: README.md ---
@@ -162,6 +184,12 @@ $ sudo pip install virtualenv
```
- Perform a `cmake ..` to generate the project files
+ - Optionally, disable features using any combination of the following
flags:
+ - `-DDISABLE_CURL=1`
--- End diff --
This is good. We should also link to this:
https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=74685143 and
keep that up to date. I wonder if this can be automated. I hate the idea of
updating readme and the wiki article.
---