Skip to content

Commit eb5b722

Browse files
authored
Update how-to-build.md
1 parent 64ed235 commit eb5b722

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

how-to-build.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ These are notes on how tflite-dist is prepared.
55
The build for Android is done using the `build-android.sh` script. It has to run on Linux machine (WSL is OK) that was configured for Tensorflow Android builds.
66
Can check [this](https://www.thecodingnotebook.com/2019/11/building-tensorflow-lite-for-android-on.html) blog post.
77

8+
The script will build the C, C++ libraries and the GPU delegate.
9+
810
This script will also gather all the `include` files for `tflite-dist` (include files are the same for all platforms).
911

1012
# iOS
11-
Building the ios framework should be done on a configured mac machine, instructions are per Tensorflow Lite [instructions](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/g3doc/guide/build_ios.md)
13+
Building the C ios framework should be done on a configured mac machine, instructions are per Tensorflow Lite [instructions](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/g3doc/guide/build_ios.md)
1214

1315
Then the build command is:
1416
```

0 commit comments

Comments
 (0)