From fa6d0d12461fefef75c7b1eae0775ec6cce077c1 Mon Sep 17 00:00:00 2001 From: Alexey Kopytov Date: Fri, 10 Nov 2017 10:12:43 +0300 Subject: [PATCH] Add libtool to macOS build requirements. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c8a9d3..b4aea70 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ build and use an older 0.5 release on Windows. Assuming you have Xcode (or Xcode Commane Line Tools) and Homebrew installed: ``` shell - brew install automake pkg-config + brew install automake libtool pkg-config # For MySQL support brew install mysql # For PostgreSQL support