Skip to content
Snippets Groups Projects
Commit b28cb946 authored by Mehrdad Afshari's avatar Mehrdad Afshari
Browse files

Amend build instructions on macOS

Add instructions about setting `LIBTOOL` and `LIBTOOLIZE`
when building on macOS.
parent 786c76e1
No related branches found
No related tags found
No related merge requests found
...@@ -46,6 +46,15 @@ packages, which you can get from [Homebrew](https://brew.sh): ...@@ -46,6 +46,15 @@ packages, which you can get from [Homebrew](https://brew.sh):
$ brew install autoconf automake libtool shtool $ 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: If you plan to build from source and run tests, install the following as well:
```sh ```sh
$ brew install gflags $ brew install gflags
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment