Update installation authored by Pablo Gil Pereira's avatar Pablo Gil Pereira
...@@ -30,12 +30,7 @@ The following compile-flags for CMake are supported: ...@@ -30,12 +30,7 @@ The following compile-flags for CMake are supported:
#### DeepSHARQ #### DeepSHARQ
```bash The protocol uses DeepSHARQ and TFLite for adaptive error control. The file `build_deepsharq_tflite.sh` to build DeepSHARQ's static library and TFLite shared object that are used by PRRT.
mkdir tflite_build
cd tflite_build
cmake ../tensorflow_src/tensorflow/lite/c
cmake --build . -j
```
### Debugging ### Debugging
We provide a DEBUG build type for CMake. You can use it by typing: We provide a DEBUG build type for CMake. You can use it by typing:
... ...
......