From f396e99c9500af6b757899612d46c0e630359def Mon Sep 17 00:00:00 2001 From: Richard Vaughan Date: Tue, 10 Nov 2020 13:50:00 -0800 Subject: [PATCH] Update INSTALL.txt added libtool to macOS deps --- INSTALL.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.txt b/INSTALL.txt index 4e2bb34c9..128a074a0 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -35,7 +35,7 @@ On the Mac I use Homebrew, since MacPorts installs way more than Stage needs (http://mxcl.github.com/homebrew/). First, install Apple's XCode and enable the command-line build tools. Then brew the dependencies: -$ brew install --HEAD fltk cmake git pkg-config +$ brew install --HEAD fltk cmake git pkg-config libtool (OS X has the graphics libs installed by default with XCode).