From 2ddf1272072edd234fd119b89a6a812d078b5a37 Mon Sep 17 00:00:00 2001 From: Andy Fischer Date: Fri, 21 Feb 2014 15:23:23 -0700 Subject: [PATCH] Add libtool to OSX installs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a2a93561d0..b410def6b4 100644 --- a/README.md +++ b/README.md @@ -183,11 +183,11 @@ For OsX: Via MacPorts: - sudo port install md5sha1sum cmake + sudo port install md5sha1sum cmake libtool Via Homebrew: - brew install md5sha1sum cmake + brew install md5sha1sum cmake libtool TODO: release the Dockerfile which has this in it