Skip to content

Commit

Permalink
docs: add libuvc-dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
luhuadong committed Feb 18, 2023
1 parent 57f2a41 commit 26e71b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 26e71b0

Please sign in to comment.