Repository: nifi-minifi-cpp Updated Branches: refs/heads/master 29d8fef65 -> b95c8e4eb
MINIFICPP-304: Update readme to reflect correct lib This closes #201. Signed-off-by: Aldrin Piri <[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/b95c8e4e Tree: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/tree/b95c8e4e Diff: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/diff/b95c8e4e Branch: refs/heads/master Commit: b95c8e4ebe476ca0c57ac8bcf799885b37039ee9 Parents: 29d8fef Author: Marc Parisi <[email protected]> Authored: Tue Nov 21 12:28:13 2017 -0500 Committer: Aldrin Piri <[email protected]> Committed: Tue Nov 21 12:31:29 2017 -0500 ---------------------------------------------------------------------- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/b95c8e4e/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 222ade9..7faa40a 100644 --- a/README.md +++ b/README.md @@ -154,8 +154,7 @@ $ apt-get install cmake \ librocksdb-dev librocksdb4.1 \ uuid-dev uuid \ libboost-all-dev libssl-dev \ - bzip2-dev \ - xz-dev \ + libbz2-dev liblzma-dev \ doxygen $ # (Optional) for building Python support $ apt-get install libpython3-dev
