diff --git a/src/VideoStreaming/README.md b/src/VideoStreaming/README.md index 585cb9cf8805fa004d62073531028acf94961d8f..eb8d8f45c6936ee13c23a4d38b762d94401e98d2 100644 --- a/src/VideoStreaming/README.md +++ b/src/VideoStreaming/README.md @@ -40,6 +40,9 @@ list=$(apt-cache --names-only search ^gstreamer1.0-* | awk '{ print $1 }' | grep ``` sudo apt-get install $list ``` +``` +sudo apt-get install libgstreamer-plugins-base1.0-dev +``` The build system is setup to use pkgconfig and it will find the necessary headers and libraries automatically.