README: install via Homebrew in one command
This commit is contained in:
@@ -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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user