@@ -30,12 +30,7 @@ The following compile-flags for CMake are supported:
#### DeepSHARQ
```bash
mkdir tflite_build
cd tflite_build
cmake ../tensorflow_src/tensorflow/lite/c
cmake --build.-j
```
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.
### Debugging
We provide a DEBUG build type for CMake. You can use it by typing: