Add libtool to macOS build requirements.

This commit is contained in:
Alexey Kopytov
2017-11-10 10:12:43 +03:00
parent 06c7f55f24
commit fa6d0d1246

View File

@ -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