Skip to content

Conversation

@aslushnikov
Copy link

This way sqlite and libmicrohttpd could be effortlessly
installed on macos via Homebrew, and the compilation will just work.

NOTE: there's also a local sqlite installation on MacOS; to
disambiguate with it, use PKG_CONFIG_PATH:

export PKG_CONFIG_PATH=/opt/homebrew/Cellar/sqlite/3.44.0/lib/pkgconfig/

This way `sqlite` and `libmicrohttpd` could be effortlessly
installed on macos via Homebrew, and the compilation will just work.

NOTE: there's also a local `sqlite` installation on MacOS; to
disambiguate with it, use `PKG_CONFIG_PATH`:

```bash
export PKG_CONFIG_PATH=/opt/homebrew/Cellar/sqlite/3.44.0/lib/pkgconfig/
```
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

Successfully merging this pull request may close these issues.

1 participant