aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/makefile/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/makefile/README.md')
-rw-r--r--tensorflow/contrib/makefile/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/tensorflow/contrib/makefile/README.md b/tensorflow/contrib/makefile/README.md
index fd68760be8..b5fa454dcd 100644
--- a/tensorflow/contrib/makefile/README.md
+++ b/tensorflow/contrib/makefile/README.md
@@ -141,6 +141,12 @@ xcode-select --install
If this is a new install, you will need to run XCode once to agree to the
license before continuing.
+Then install [automake](https://en.wikipedia.org/wiki/Automake):
+
+```bash
+brew install automake
+```
+
Also, download the graph if you haven't already:
```bash