aboutsummaryrefslogtreecommitdiffhomepage
path: root/INSTALL.md
diff options
context:
space:
mode:
authorGravatar Mehrdad Afshari <mehrdada@users.noreply.github.com>2017-05-04 09:14:24 -0700
committerGravatar Mehrdad Afshari <mehrdada@users.noreply.github.com>2017-05-09 12:40:13 -0700
commite039abc39512a3816e4fe5510117883690819cdb (patch)
tree662d8b0398f33a396b6365baf3bbfdf044f9ea7e /INSTALL.md
parentb28cb9467401240d05c5c537e01b265831c11e78 (diff)
Update INSTALL.md
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 343f6fb8ca..5406fec84d 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -46,7 +46,12 @@ packages, which you can get from [Homebrew](https://brew.sh):
$ brew install autoconf automake libtool shtool
```
-Tip: when building,
+If you plan to build from source and run tests, install the following as well:
+```sh
+ $ brew install gflags
+```
+
+*Tip*: when building,
you *may* want to explicitly set the `LIBTOOL` and `LIBTOOLIZE`
environment variables when running `make` to ensure the version
installed by `brew` is being used:
@@ -55,11 +60,6 @@ installed by `brew` is being used:
$ LIBTOOL=glibtool LIBTOOLIZE=glibtoolize make
```
-If you plan to build from source and run tests, install the following as well:
-```sh
- $ brew install gflags
-```
-
## Protoc
By default gRPC uses [protocol buffers](https://github.com/google/protobuf),