Skip to content

Allow specifying location of PCRE #15

@bklang

Description

@bklang

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions