From 3e405c7788f259b1788b0b27fe6255a96c769900 Mon Sep 17 00:00:00 2001 From: Amit D Date: Sun, 2 Apr 2017 11:19:15 +0300 Subject: [PATCH] Compiling: Add libtool package for macOS --- Compiling.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Compiling.md b/Compiling.md index 4014370..34ccd81 100644 --- a/Compiling.md +++ b/Compiling.md @@ -368,7 +368,7 @@ These prerequisites will be needed: ## Install required packages ``` -sudo port install autoconf autoconf-archive automake leptonica pkgconfig +sudo port install autoconf autoconf-archive automake libtool leptonica pkgconfig ``` ## Compilation @@ -414,7 +414,7 @@ sudo make training-install ## Install dependencies ``` -brew install automake autoconf +brew install automake autoconf libtool brew install autoconf-archive brew install pkgconfig brew install icu4c