Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow specifying location of PCRE #15

Open
bklang opened this issue Jul 9, 2013 · 1 comment
Open

Allow specifying location of PCRE #15

bklang opened this issue Jul 9, 2013 · 1 comment

Comments

@bklang
Copy link
Member

bklang commented Jul 9, 2013

Many systems have PCRE installed in non-default locations. In my case, Macports installs pcre to /opt/local. It would be nice if we could tell ruby_speech where to find pcre.h. My suggestion is to use

--with-pcre=/opt/local

Where pcre.h is expected to be within the /opt/local/include directory, and libpcre is expected to be at /opt/local/lib.

@bklang
Copy link
Member Author

bklang commented Jul 9, 2013

To answer my own question, this seems to do it:

bundle config build.ruby_speech --with-opt-dir=/opt/local

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants