From 68f549e43fe433fd5393453b2f407e061f7ca240 Mon Sep 17 00:00:00 2001 From: Matthew Bender Date: Tue, 7 Aug 2018 11:25:37 -0600 Subject: Update instructions to include how to satisfy gFlags prerequisite on a mac --- doc/command_line_tool.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/doc/command_line_tool.md b/doc/command_line_tool.md index 6337acaf60..a373cbea62 100644 --- a/doc/command_line_tool.md +++ b/doc/command_line_tool.md @@ -41,12 +41,16 @@ repository, you need to run the following command to update submodules: git submodule update --init ``` -You also need to have the gflags library installed on your system. On Linux -systems, gflags can be installed with the following command: - +You also need to have the gflags library installed on your system. gflags can be +installed with the following command: +Linux: ``` sudo apt-get install libgflags-dev ``` +Mac systems with Homebrew: +``` +brew install gflags +``` Once the prerequisites are satisfied, you can build the command line tool with the command: -- cgit v1.2.3