From 26e71b0990ec5bdf1c93a00ef090017d73adc26a Mon Sep 17 00:00:00 2001 From: luhuadong Date: Sat, 18 Feb 2023 12:57:38 +0800 Subject: [PATCH] docs: add libuvc-dev dependency --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 0881d7fc..806d11ea 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -46,7 +46,7 @@ ### Linux * install third-party libraries - `$ sudo apt install liblua5.2-dev libjansson-dev libpulse-dev libx264-dev libavcodec-dev libavformat-dev libavutil-dev protobuf-compiler` + `$ sudo apt install liblua5.2-dev libjansson-dev libpulse-dev libx264-dev libavcodec-dev libavformat-dev libavutil-dev libuvc-dev protobuf-compiler` * linux platform (>= Ubuntu14.04 >= gcc-4.8.4 32/64 bit) `$ ./build.sh`