Repository: nifi-minifi-cpp
Updated Branches:
  refs/heads/master 19b8c887f -> 8aba89091


MINIFICPP-483 Added compile-time bustache caveats

This closes #369.

Signed-off-by: Marc Parisi <phroc...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/commit/e31f38a7
Tree: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/tree/e31f38a7
Diff: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/diff/e31f38a7

Branch: refs/heads/master
Commit: e31f38a75e2bc2937896a135e17cc6d449736a3c
Parents: 19b8c88
Author: Andrew I. Christianson <a...@andyic.org>
Authored: Thu Jul 5 10:17:35 2018 -0400
Committer: Marc Parisi <phroc...@apache.org>
Committed: Tue Jul 17 10:55:31 2018 -0400

----------------------------------------------------------------------
 README.md | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/e31f38a7/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index ffd9ef7..85b870d 100644
--- a/README.md
+++ b/README.md
@@ -116,6 +116,8 @@ versions of LibreSSL, cURL, or zlib are used:
 **NOTE** if Lua support is enabled, then a C++ compiler with support for 
c++-14 must be used. If using GCC, version 6.x
 or greater is recommended.
 
+**NOTE** if bustache (ApplyTemplate) support is enabled, a recent version of a 
compiler supporting c++-11 must be used. GCC versions >= 6.3.1 are known to 
work.
+
 #### Libraries / Development Headers
 * libboost and boost-devel
   * 1.48.0 or greater

Reply via email to