aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Laurence Moroney <lmoroney@google.com>2018-03-15 10:51:20 -0700
committerGravatar Frank Chen <frankchn@gmail.com>2018-03-15 10:51:20 -0700
commit42b21aceacec51c94dbbc1c4dac43ef753a44f32 (patch)
treec4ade49035fc19b548632b1c59fae6a0cae293a8
parent99b31ecf259b3c5c8f04c9bd376e7387fc9b70ef (diff)
Update ios.md (#17724)
brew install commonly fails on modern versions of OSX, where the symlink needs to be manually added. I added instructions to chown /usr/local/*, which will allow for this.
-rw-r--r--tensorflow/contrib/lite/g3doc/ios.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/tensorflow/contrib/lite/g3doc/ios.md b/tensorflow/contrib/lite/g3doc/ios.md
index a359b8d4b4..e0358a444d 100644
--- a/tensorflow/contrib/lite/g3doc/ios.md
+++ b/tensorflow/contrib/lite/g3doc/ios.md
@@ -22,6 +22,15 @@ Then install
brew install automake
brew install libtool
```
+If you get an error where either automake or libtool install but do not link correctly, you'll first need to:
+```bash
+sudo chown -R $(whoami) /usr/local/*
+```
+Then follow the instructions to perform the linking:
+```bash
+brew link automake
+brew link libtool
+```
Then you need to run a shell script to download the dependencies you need: