This is an automated email from the ASF dual-hosted git repository.
wesm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new 412bb91 ARROW-2291: [C++] Add additional libboost-regex-dev to build
instructions in README
412bb91 is described below
commit 412bb91f8ebe9b48851642c7ab08ae38fc2eea35
Author: Andy Grove <[email protected]>
AuthorDate: Fri Mar 9 13:21:11 2018 -0500
ARROW-2291: [C++] Add additional libboost-regex-dev to build instructions
in README
libboost-regex-dev is required
Author: Andy Grove <[email protected]>
Closes #1732 from andygrove/ARROW-2291 and squashes the following commits:
f82154ab <Andy Grove> update README to include instructions for installing
libboost-regex-dev since this is required
---
cpp/README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/cpp/README.md b/cpp/README.md
index daeeade..8018efd 100644
--- a/cpp/README.md
+++ b/cpp/README.md
@@ -35,6 +35,7 @@ On Ubuntu/Debian you can install the requirements with:
```shell
sudo apt-get install cmake \
libboost-dev \
+ libboost-regex-dev \
libboost-filesystem-dev \
libboost-system-dev
```
--
To stop receiving notification emails like this one, please contact
[email protected].