Github user phrocker commented on a diff in the pull request:
https://github.com/apache/nifi-minifi-cpp/pull/163#discussion_r148305154
--- Diff: README.md ---
@@ -82,6 +86,8 @@ Perspectives of the role of MiNiFi should be from the
perspective of the agent a
* librocksdb4.1 and librocksdb-dev
* libuuid and uuid-dev
* openssl
+* Python 3 and development headers **OPTIONAL** -- unless Python support
is enabled
--- End diff --
With the default to include these in the base build, then how are these
optional? If we produce a FATAL_ERROR if python/lua libs don't exist, isn't
this by virtue of the default conditions required?
---