Skip to content

Commit

Permalink
[FAB-7056] add Libtool installation instructions
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
srderson committed Nov 20, 2017
1 parent f824697 commit 79ae575
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/source/dev-setup/devenv.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Prerequisites
- `Git client <https://git-scm.com/downloads>`__
- `Go <https://golang.org/>`__ - 1.9 or later (for v1.0.X releases, use
Go 1.7.X)
- For macOS,
- (macOS)
`Xcode <https://itunes.apple.com/us/app/xcode/id497799835?mt=12>`__
must be installed
- `Docker <https://www.docker.com/products/overview>`__ - 17.06.2-ce or later
Expand All @@ -40,6 +40,13 @@ Prerequisites

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

- (macOS) `Libtool <https://www.gnu.org/software/libtool/>`__. You can use
Homebrew to install it as follows:

::

brew install libtool

- (only if using Vagrant) - `Vagrant <https://www.vagrantup.com/>`__ -
1.9 or later
- (only if using Vagrant) -
Expand Down

0 comments on commit 79ae575

Please sign in to comment.