Changes
Page history
Update installation
authored
May 15, 2023
by
Pablo Gil Pereira
Hide whitespace changes
Inline
Side-by-side
installation.md
View page @
8b7ecae7
...
...
@@ -35,7 +35,7 @@ mkdir tflite_build
cd
tflite_build
```
Fix
`tensorflow
_src
/tensorflow/lite/c/CMakeLists.txt`
file by changing
`common.c`
in line 66 into
`common.cc`
before compiling.
Fix
`tensorflow/tensorflow/lite/c/CMakeLists.txt`
file by changing
`common.c`
in line 66 into
`common.cc`
before compiling.
```
bash
cmake ../tensorflow_src/tensorflow/lite/c
...
...
...
...