build instructions for M1 macs (see #551)

This commit is contained in:
Matthew Wigginton Bhagat-Conway
2022-03-02 10:37:50 -05:00
committed by GitHub
parent 9c97597298
commit 41e76a7c32

View File

@@ -113,6 +113,8 @@ brew install curl autoconf automake libtool pkg-config
Then to install the C library: Then to install the C library:
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.
``` ```
git clone https://github.com/openvenues/libpostal git clone https://github.com/openvenues/libpostal
cd libpostal cd libpostal