You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ph...@apache.org on 2018/04/25 17:02:44 UTC

nifi-minifi-cpp git commit: MINIFICPP-451 Added additional build deps required for external projects

Repository: nifi-minifi-cpp
Updated Branches:
  refs/heads/master c4a6a0404 -> 1514a3332


MINIFICPP-451 Added additional build deps required for external projects

This closes #310.

Signed-off-by: Marc Parisi <ph...@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/1514a333
Tree: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/tree/1514a333
Diff: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/diff/1514a333

Branch: refs/heads/master
Commit: 1514a3332aa78ccad0f45d3a34ff5b2c4b1e5a81
Parents: c4a6a04
Author: Andrew I. Christianson <an...@andyic.org>
Authored: Tue Apr 24 14:50:13 2018 -0400
Committer: Marc Parisi <ph...@apache.org>
Committed: Wed Apr 25 13:02:30 2018 -0400

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


http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/1514a333/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index c6a550f..f102faf 100644
--- a/README.md
+++ b/README.md
@@ -99,6 +99,16 @@ MiNiFi - C++ supports the following processors:
   * 3.0 or greater
 * flex
   * 2.5 or greater
+
+##### External Projects
+
+The following utilities are needed to build external projects, when bundled
+versions of LibreSSL, cURL, or zlib are used:
+
+* patch 
+* autoconf 
+* automake 
+* libtool 
   
 **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.
@@ -182,6 +192,10 @@ $ yum install cmake \
   gcc gcc-c++ \
   bison \
   flex \
+  patch \
+  autoconf \
+  automake \
+  libtool \
   rocksdb-devel rocksdb \
   libuuid libuuid-devel \
   boost-devel \
@@ -214,6 +228,10 @@ $ apt-get install cmake \
   gcc g++ \
   bison \
   flex \
+  patch \
+  autoconf \
+  automake \
+  libtool \
   libcurl4-openssl-dev \
   librocksdb-dev librocksdb4.1 \
   uuid-dev uuid \
@@ -242,6 +260,10 @@ $ apt-get install libpcap-dev
 $ brew install cmake \
   bison \
   flex \
+  patch \
+  autoconf \
+  automake \
+  libtool \
   rocksdb \
   ossp-uuid \
   boost \