Merge pull request #691 from singingwolfboy/readme-homebrew

README: install via Homebrew in one command
This commit is contained in:
Al B
2025-07-16 23:39:45 -04:00
committed by GitHub

View File

@@ -113,13 +113,13 @@ Install with one command via [MacPorts](https://www.macports.org/):
port install libpostal port install libpostal
``` ```
Or as follows with [Homebrew](https://brew.sh/): Or with [Homebrew](https://brew.sh/):
``` ```
brew install curl autoconf automake libtool pkg-config brew install libpostal
``` ```
Then to install the C library: To compile the C library from source:
If you're using an M1 Mac, add `--disable-sse2` to the `./configure` command. This will result in poorer performance but the build will succeed. If you're using an M1 Mac, add `--disable-sse2` to the `./configure` command. This will result in poorer performance but the build will succeed.