From 20819b6d31907b402d33c30e4a0295ce439c06e6 Mon Sep 17 00:00:00 2001 From: alexanderwerning <34122659+alexanderwerning@users.noreply.github.com> Date: Sun, 5 Nov 2023 06:02:57 +0100 Subject: [PATCH] Update build instructions in README.md (#203) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 502899d..0515418 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ Building on macOS should be the same as building it on any other Unix platform. To compile libsamplerate on platforms which have a Bourne compatible shell, an ANSI C compiler and a make utility should require no more that the following three commands: ```bash +autoreconf -vif ./configure make make install