From 79ae57549971d3314d639c22e8173927945ff39e Mon Sep 17 00:00:00 2001 From: Sheehan Anderson Date: Mon, 20 Nov 2017 16:07:56 -0500 Subject: [PATCH] [FAB-7056] add Libtool installation instructions Fix [FAB-7056] added Libtool installation instructions to "Setting up the development environment" doc prerequisites Change-Id: I280897ee8552fc6c210f842a6b788cb317be652f Signed-off-by: Sheehan Anderson --- docs/source/dev-setup/devenv.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/source/dev-setup/devenv.rst b/docs/source/dev-setup/devenv.rst index 4cb3717325e..215f24e52d9 100644 --- a/docs/source/dev-setup/devenv.rst +++ b/docs/source/dev-setup/devenv.rst @@ -26,7 +26,7 @@ Prerequisites - `Git client `__ - `Go `__ - 1.9 or later (for v1.0.X releases, use Go 1.7.X) -- For macOS, +- (macOS) `Xcode `__ must be installed - `Docker `__ - 17.06.2-ce or later @@ -40,6 +40,13 @@ Prerequisites brew install gnu-tar --with-default-names +- (macOS) `Libtool `__. You can use + Homebrew to install it as follows: + +:: + + brew install libtool + - (only if using Vagrant) - `Vagrant `__ - 1.9 or later - (only if using Vagrant) -