You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by br...@apache.org on 2017/04/28 19:55:54 UTC

nifi-minifi-cpp git commit: MINIFI-273 Update README to include doxygen dependencies for build.

Repository: nifi-minifi-cpp
Updated Branches:
  refs/heads/master 41a5e62d8 -> ab3cf9770


MINIFI-273 Update README to include doxygen dependencies for build.

This closes #82.

Signed-off-by: Bryan Rosander <br...@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/ab3cf977
Tree: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/tree/ab3cf977
Diff: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/diff/ab3cf977

Branch: refs/heads/master
Commit: ab3cf977001293c8779d229ce9f9f2d09fd410ad
Parents: 41a5e62
Author: Aldrin Piri <al...@apache.org>
Authored: Tue Apr 25 13:28:13 2017 -0400
Committer: Bryan Rosander <br...@apache.org>
Committed: Fri Apr 28 15:55:05 2017 -0400

----------------------------------------------------------------------
 README.md | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/ab3cf977/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 2a83a9a..7baefbc 100644
--- a/README.md
+++ b/README.md
@@ -93,7 +93,9 @@ $ yum install cmake \
   libcurl-devel \
   leveldb-devel leveldb \
   libuuid libuuid-devel \
-  boost-devel \ libssl-dev
+  boost-devel \
+  libssl-dev \
+  doxygen
 ```
 
 Aptitude based Linux Distributions
@@ -104,7 +106,8 @@ $ apt-get install cmake \
   libcurl-dev \
   libleveldb-dev libleveldb1v5 \
   uuid-dev uuid \
-  libboost-all-dev libssl-dev
+  libboost-all-dev libssl-dev \
+  doxygen
 ```
 
 OS X Using Homebrew (with XCode Command Line Tools installed)
@@ -114,7 +117,9 @@ $ brew install cmake \
   curl \
   leveldb \
   ossp-uuid \
-  boost \ openssl
+  boost \
+  openssl \
+  doxygen
 ```