Update README.md ()

Fixed spelling mistake line 64
Fixed link to NDK line 107
This commit is contained in:
Justin Francis 2016-07-01 10:58:02 -07:00 committed by Vijay Vasudevan
parent bb9943a6be
commit 1c9e73a7a5

View File

@ -61,7 +61,7 @@ On Ubuntu, you can do this:
```bash
sudo apt-get install autoconf automake libtool curl make g++ unzip
pushd .
cd tensforflow/contrib/makefile/downloads/protobuf
cd tensorflow/contrib/makefile/downloads/protobuf
./autogen.sh
./configure
make
@ -104,7 +104,7 @@ tensorflow/contrib/makefile/gen/bin/benchmark \
## Android
First, you will need to download and unzip the
[Native Development Kit (NDK)](http://developers.google.com/ndk). You will not
[Native Development Kit (NDK)](https://developer.android.com/ndk/). You will not
need to install the standalone toolchain, however.
Assign your NDK location to $NDK_ROOT: