From 41e76a7c3290623339839018a17bbf86b6fce181 Mon Sep 17 00:00:00 2001 From: Matthew Wigginton Bhagat-Conway Date: Wed, 2 Mar 2022 10:37:50 -0500 Subject: [PATCH] build instructions for M1 macs (see #551) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 365aef70..b8a880ca 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,8 @@ brew install curl autoconf automake libtool pkg-config 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 cd libpostal