Skip to content

Commit 79ae575

Browse files
committed
[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 <sranderson@gmail.com>
1 parent f824697 commit 79ae575

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/source/dev-setup/devenv.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Prerequisites
2626
- `Git client <https://git-scm.com/downloads>`__
2727
- `Go <https://golang.org/>`__ - 1.9 or later (for v1.0.X releases, use
2828
Go 1.7.X)
29-
- For macOS,
29+
- (macOS)
3030
`Xcode <https://itunes.apple.com/us/app/xcode/id497799835?mt=12>`__
3131
must be installed
3232
- `Docker <https://www.docker.com/products/overview>`__ - 17.06.2-ce or later
@@ -40,6 +40,13 @@ Prerequisites
4040

4141
brew install gnu-tar --with-default-names
4242

43+
- (macOS) `Libtool <https://www.gnu.org/software/libtool/>`__. You can use
44+
Homebrew to install it as follows:
45+
46+
::
47+
48+
brew install libtool
49+
4350
- (only if using Vagrant) - `Vagrant <https://www.vagrantup.com/>`__ -
4451
1.9 or later
4552
- (only if using Vagrant) -

0 commit comments

Comments
 (0)