aboutsummaryrefslogtreecommitdiffhomepage
path: root/INSTALL.md
diff options
context:
space:
mode:
authorGravatar Mehrdad Afshari <mehrdada@users.noreply.github.com>2017-05-03 21:30:56 -0700
committerGravatar Mehrdad Afshari <mehrdada@users.noreply.github.com>2017-05-09 12:40:13 -0700
commitb28cb9467401240d05c5c537e01b265831c11e78 (patch)
tree5def2d76c5a5adbc9b0da76d419fcd8e549f7d5d /INSTALL.md
parent786c76e1b3759a8e4a7f9d6a30e664e519b60439 (diff)
Amend build instructions on macOS
Add instructions about setting `LIBTOOL` and `LIBTOOLIZE` when building on macOS.
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 6cfa1b6cba..343f6fb8ca 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -46,6 +46,15 @@ packages, which you can get from [Homebrew](https://brew.sh):
$ brew install autoconf automake libtool shtool
```
+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:
+
+```sh
+ $ LIBTOOL=glibtool LIBTOOLIZE=glibtoolize make
+```
+
If you plan to build from source and run tests, install the following as well:
```sh
$ brew install gflags