You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by al...@apache.org on 2017/05/30 15:30:35 UTC

nifi-minifi-cpp git commit: MINIFI-327: Clarify libcurl install instructions.

Repository: nifi-minifi-cpp
Updated Branches:
  refs/heads/master cbc12903f -> fdb42c615


MINIFI-327: Clarify libcurl install instructions.

Ensure we mention that users must install and link curl with OpenSSL

This closes #105.

Signed-off-by: Aldrin Piri <al...@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/fdb42c61
Tree: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/tree/fdb42c61
Diff: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/diff/fdb42c61

Branch: refs/heads/master
Commit: fdb42c615bdcb8807eaa687b747e9b2582b2d066
Parents: cbc1290
Author: Marc Parisi <ph...@apache.org>
Authored: Thu May 25 13:05:09 2017 -0400
Committer: Aldrin Piri <al...@apache.org>
Committed: Tue May 30 11:29:12 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/fdb42c61/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 1457350..acaf8dd 100644
--- a/README.md
+++ b/README.md
@@ -117,12 +117,13 @@ OS X Using Homebrew (with XCode Command Line Tools installed)
 ```
 # ~/Development/code/apache/nifi-minifi-cpp on git:master
 $ brew install cmake \
-  curl \
   leveldb \
   ossp-uuid \
   boost \
   openssl \
   doxygen
+$ brew install curl
+$ brew link curl --force
 ```