aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Andrew Selle <aselle@google.com>2016-11-02 13:26:13 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-11-02 14:42:01 -0700
commita93234a60244ffe843312c3f49ee495d1524dd48 (patch)
tree223e462f64b21b04a88b99e8311d5b8473e931e5
parent69cd0778c4f51d158f71f9b99f374ba6caf90672 (diff)
Clarify when you need to use Makefile
Fixes #5360 Change: 137993461
-rw-r--r--tensorflow/contrib/makefile/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/tensorflow/contrib/makefile/README.md b/tensorflow/contrib/makefile/README.md
index 25c03d8bf7..03a745ad4c 100644
--- a/tensorflow/contrib/makefile/README.md
+++ b/tensorflow/contrib/makefile/README.md
@@ -1,7 +1,8 @@
### TensorFlow Makefile
The recommended way to build TensorFlow from source is using the Bazel
-open-source build system. Sometimes this isn't possible.
+open-source build system. Sometimes this isn't possible. For example,
+if you are building for iOS, you currently need to use the Makefile.
- The build system may not have the RAM or processing power to support Bazel.
- Bazel or its dependencies may not be available.