Repository: arrow Updated Branches: refs/heads/master 88c351abc -> 4b030dd0e
ARROW-828: [C++] Add new dependency to README `libboost-regex-dev` is required to build on Ubuntu; added to `apt` install command. Author: Jeff Knupp <[email protected]> Closes #545 from jeffknupp/master and squashes the following commits: b527ebb [Jeff Knupp] Add new dependency to README Project: http://git-wip-us.apache.org/repos/asf/arrow/repo Commit: http://git-wip-us.apache.org/repos/asf/arrow/commit/4b030dd0 Tree: http://git-wip-us.apache.org/repos/asf/arrow/tree/4b030dd0 Diff: http://git-wip-us.apache.org/repos/asf/arrow/diff/4b030dd0 Branch: refs/heads/master Commit: 4b030dd0ea193eeb60644518f897ec966eb6b720 Parents: 88c351a Author: Jeff Knupp <[email protected]> Authored: Sat Apr 15 11:09:51 2017 +0200 Committer: Uwe L. Korn <[email protected]> Committed: Sat Apr 15 11:09:51 2017 +0200 ---------------------------------------------------------------------- cpp/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/arrow/blob/4b030dd0/cpp/README.md ---------------------------------------------------------------------- diff --git a/cpp/README.md b/cpp/README.md index b19fa00..339b6b4 100644 --- a/cpp/README.md +++ b/cpp/README.md @@ -31,6 +31,7 @@ On Ubuntu/Debian you can install the requirements with: sudo apt-get install cmake \ libboost-dev \ libboost-filesystem-dev \ + libboost-regex-dev \ libboost-system-dev ``` @@ -126,4 +127,4 @@ both of these options would be used rarely. Current known uses-cases whent hey * Parameterized tests in google test. [1]: https://brew.sh/ -[2]: https://github.com/apache/arrow/blob/master/cpp/doc/Windows.md \ No newline at end of file +[2]: https://github.com/apache/arrow/blob/master/cpp/doc/Windows.md
