Repository: nifi-minifi-cpp Updated Branches: refs/heads/master c6342e205 -> 29d8fef65
MINIFICPP-304: Update readme This closes #200. Signed-off-by: Marc Parisi <[email protected]> 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/29d8fef6 Tree: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/tree/29d8fef6 Diff: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/diff/29d8fef6 Branch: refs/heads/master Commit: 29d8fef6562d09c0ef9d84e9fcc2c10b1555b0b2 Parents: c6342e2 Author: Marc Parisi <[email protected]> Authored: Tue Nov 21 11:31:25 2017 -0500 Committer: Marc Parisi <[email protected]> Committed: Tue Nov 21 11:43:19 2017 -0500 ---------------------------------------------------------------------- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/29d8fef6/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 1f5ae51..222ade9 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,8 @@ $ yum install cmake \ libuuid libuuid-devel \ boost-devel \ openssl-devel \ + bzip2-devel \ + xz-devel \ doxygen $ # (Optional) for building Python support $ yum install python34-devel @@ -151,7 +153,9 @@ $ apt-get install cmake \ libcurl-dev \ librocksdb-dev librocksdb4.1 \ uuid-dev uuid \ - libboost-all-dev libssl-dev + libboost-all-dev libssl-dev \ + bzip2-dev \ + xz-dev \ doxygen $ # (Optional) for building Python support $ apt-get install libpython3-dev @@ -179,6 +183,8 @@ $ brew install cmake \ openssl \ python \ lua \ + xz \ + bzip2 \ doxygen $ brew install curl $ brew link curl --force
