Add libtool to OSX installs

This commit is contained in:
Andy Fischer 2014-02-21 15:23:23 -07:00
parent 6d70406595
commit 2ddf127207

View File

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