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

Additional build steps required for Mac #93

Open
bskendig opened this issue Nov 15, 2024 · 0 comments
Open

Additional build steps required for Mac #93

bskendig opened this issue Nov 15, 2024 · 0 comments

Comments

@bskendig
Copy link

I recommend adding a Mac section to the readme, with these two additional steps that are required to build the binary.

  1. brew install pcre
  2. sudo ln -s /opt/homebrew/include /usr/local/include

It needs PCRE installed, or it will fail to build; and if you're on a Mac with Apple Silicon then Homebrew is installed in /opt/homebrew but the build looks in /usr/local/include so that directly needs to be symlinked.

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

No branches or pull requests

1 participant