2021-11-09

After brew install, the output:

If you need to have sqlite first in your PATH, run:

echo 'export PATH="/opt/homebrew/opt/sqlite/bin:$PATH"' >> ~/.zshrc

For compilers to find sqlite you may need to set:

export LDFLAGS="-L/opt/homebrew/opt/sqlite/lib"

export CPPFLAGS="-I/opt/homebrew/opt/sqlite/include"

For pkg-config to find sqlite you may need to set:

export PKG_CONFIG_PATH="/opt/homebrew/opt/sqlite/lib/pkgconfig"

Show more