Repository: avro Updated Branches: refs/heads/master 482adcfa1 -> 32067dec2
AVRO-1824: C++: Update required packages in docs. Contributed by William S. Fulton. Project: http://git-wip-us.apache.org/repos/asf/avro/repo Commit: http://git-wip-us.apache.org/repos/asf/avro/commit/32067dec Tree: http://git-wip-us.apache.org/repos/asf/avro/tree/32067dec Diff: http://git-wip-us.apache.org/repos/asf/avro/diff/32067dec Branch: refs/heads/master Commit: 32067dec274ba93aa0775fcfe990eef3b87b534c Parents: 482adcf Author: Ryan Blue <[email protected]> Authored: Sat Apr 9 15:46:28 2016 -0700 Committer: Ryan Blue <[email protected]> Committed: Sat Apr 9 15:46:28 2016 -0700 ---------------------------------------------------------------------- CHANGES.txt | 2 ++ lang/c++/MainPage.dox | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/avro/blob/32067dec/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index e1a2611..b44745f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -15,6 +15,8 @@ Trunk (not yet released) AVRO-1778: JavaScript: Add IPC/RPC support. (mtth) + AVRO-1824: C++: Fix docs for building Avro C++. (William S. Fulton via blue) + BUG FIXES AVRO-1493. Java: Avoid the "Turkish Locale Problem". Schema fingerprints are http://git-wip-us.apache.org/repos/asf/avro/blob/32067dec/lang/c++/MainPage.dox ---------------------------------------------------------------------- diff --git a/lang/c++/MainPage.dox b/lang/c++/MainPage.dox index d5e00d6..7a88260 100644 --- a/lang/c++/MainPage.dox +++ b/lang/c++/MainPage.dox @@ -68,8 +68,9 @@ For Ubuntu Linux, for example, you can have these by doing \li g++ \li libboost-dev \li libboost-filesystem-dev -\li libboost-system-dev +\li libboost-iostreams-dev \li libboost-program-options-dev +\li libboost-system-dev For Windows native builds, you need to install the following: \ul
