You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/03/09 18:22:01 UTC

[jira] [Commented] (ARROW-2291) [C++] README missing instructions for libboost-regex-dev

    [ https://issues.apache.org/jira/browse/ARROW-2291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16393321#comment-16393321 ] 

ASF GitHub Bot commented on ARROW-2291:
---------------------------------------

wesm closed pull request #1732: ARROW-2291: [C++] Add additional libboost-regex-dev to build instructions in README
URL: https://github.com/apache/arrow/pull/1732
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/cpp/README.md b/cpp/README.md
index daeeade72..8018efd9e 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
 ```


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> [C++] README missing instructions for libboost-regex-dev
> --------------------------------------------------------
>
>                 Key: ARROW-2291
>                 URL: https://issues.apache.org/jira/browse/ARROW-2291
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>         Environment: Ubuntu 16.04
>            Reporter: Andy Grove
>            Assignee: Andy Grove
>            Priority: Trivial
>              Labels: pull-request-available
>             Fix For: 0.9.0
>
>
> After following the instructions in the README, I could not generate a makefile using CMake because of a missing dependency.
> The README needs to be updated to include installing libboost-regex-dev.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)