From afcb045553f285ee9993fb4bdc2b096fbc96b2ef Mon Sep 17 00:00:00 2001 From: YapWC <34093361+YapWC@users.noreply.github.com> Date: Wed, 23 Apr 2025 16:59:38 +0800 Subject: [PATCH] Update README.md for gstreamer Add a command for user to check whether gstreamer is installed on their machine. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0404baa..67670e1 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ sudo apt install libpulse-dev sudo apt install nasm sudo apt install libntlm0-dev ``` -If your system already has gstreamer pre-installed, I strongly recommend using `--enable-latest` to download the latest gstreamer release supported. +If your system already has gstreamer pre-installed (run in terminal `gst-inspect-1.0 --version` to check ), I strongly recommend using `--enable-latest` to download the latest gstreamer release supported. Note that autogen will automatically call "./configure". ``` ./autogen.sh --prefix=$(pwd)/dist --enable-latest