From 2ace339d0bb1063c2df317ca338ea6fb54c71729 Mon Sep 17 00:00:00 2001 From: Jasper Hugo Date: Mon, 7 Mar 2022 16:55:42 +0700 Subject: [PATCH] Update README.md (dependencies) --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a48a350..a7c5875 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,14 @@ Thanks to GStreamer's flexibility and wide range of plugins, this enables many n ## Dependencies -* `glib` * `gstreamer` 1.20 -* `gst-plugins-bad` (same version as `gstreamer`) and any other plugins that you want to use in your pipelines +* `gst-plugins-good`, `gst-plugins-bad` (same version as `gstreamer`) and any other plugins that you want to use in your pipelines +* `glib` * `libnice` + +### For building: + * `pkg-config` -* A TLS library (usually installed by default, but you may need to install `openssl-dev` or similar on minimal Linux distributions) * A Rust toolchain ([rustup](https://rustup.rs/) is the easiest way to install one) ## Installation