You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by sz...@apache.org on 2021/03/24 12:01:54 UTC

[nifi-minifi-cpp] branch main updated: MINIFICPP-1533 Update list of dependencies in README file.

This is an automated email from the ASF dual-hosted git repository.

szaszm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git


The following commit(s) were added to refs/heads/main by this push:
     new 0a3d5df  MINIFICPP-1533 Update list of dependencies in README file.
0a3d5df is described below

commit 0a3d5dfdc627641967a76982e7a69e2b89f2b313
Author: Kevin Doran <kd...@apache.org>
AuthorDate: Tue Mar 23 11:55:55 2021 -0400

    MINIFICPP-1533 Update list of dependencies in README file.
    
    Closes #1039
    
    Signed-off-by: Marton Szasz <sz...@gmail.com>
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 445b708..8b8f1d6 100644
--- a/README.md
+++ b/README.md
@@ -223,13 +223,13 @@ using a devtools-* package from the Software Collections (SCL).
 # ~/Development/code/apache/nifi-minifi-cpp on git:master
 $ yum install cmake \
   gcc gcc-c++ \
+  git \
   bison \
   flex \
   patch \
   autoconf \
   automake \
   libtool \
-  rocksdb-devel rocksdb \
   libuuid libuuid-devel \
   boost-devel \
   openssl-devel \
@@ -260,14 +260,15 @@ $ #depending on your yum repo you may need to manually build libcurl-openssl if
 # ~/Development/code/apache/nifi-minifi-cpp on git:master
 $ apt-get install cmake \
   gcc g++ \
+  git \
   bison \
   flex \
   patch \
+  ca-certificates \
   autoconf \
   automake \
   libtool \
   libcurl4-openssl-dev \
-  librocksdb-dev librocksdb4.1 \
   uuid-dev uuid \
   libboost-all-dev libssl-dev \
   libbz2-dev liblzma-dev \
@@ -298,7 +299,6 @@ $ brew install cmake \
   autoconf \
   automake \
   libtool \
-  rocksdb \
   ossp-uuid \
   boost \
   openssl \