[Documentation] Remove some package related with tensorflow version 1.x
authorseungha.son <linuxias@gmail.com>
Mon, 31 Jul 2023 08:04:22 +0000 (17:04 +0900)
committerjaeyun-jung <39614140+jaeyun-jung@users.noreply.github.com>
Tue, 1 Aug 2023 09:29:17 +0000 (18:29 +0900)
 - Removed package : tensorflow-c-dev, tensorflow-lite-dev

Signed-off-by: seungha.son <linuxias@gmail.com>
Documentation/getting-started-meson-build.md

index bcce4e3..1de5496 100644 (file)
@@ -54,7 +54,7 @@ $ git clone https://github.com/nnstreamer/nnstreamer
 ```
 $ sudo add-apt-repository ppa:nnstreamer/ppa
 $ sudo apt-get update
-$ sudo apt-get install libedgetpu-dev libflatbuffers-dev libgrpc-dev openvino-dev libpaho-mqtt-dev libprotobuf-dev pytorch tensorflow-c-dev tensorflow-lite-dev tensorflow2-lite-dev tvm-runtime-dev
+$ sudo apt-get install libedgetpu-dev libflatbuffers-dev libgrpc-dev openvino-dev libpaho-mqtt-dev libprotobuf-dev pytorch tensorflow2-lite-dev tvm-runtime-dev
 ```
 
 *Option B*: Build & install your own frameworks and provide corresponding pkg-config files.