From b85014303ec50d0d1b84b6925ba0a60789e2a865 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Tue, 10 Apr 2012 19:06:51 +0300 Subject: [PATCH] Add libtool requirement to Mac build instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d386864..19af9996 100644 --- a/README.md +++ b/README.md @@ -116,10 +116,10 @@ $ export PKG_CONFIG=/Library/Frameworks/Mono.framework/Versions/Current/bin/pkg- $ export PKG_CONFIG_PATH=/Library/Frameworks/Mono.framework/Versions/Current/lib/pkgconfig ``` -Install git, automake, and intltool using MacPorts: +Install git, automake, libtool and intltool using MacPorts: ```bash -$ sudo port install git-core automake intltool +$ sudo port install git-core automake intltool libtool ``` Start the first part of the build: