Update README.md (dependencies)

This commit is contained in:
Jasper Hugo 2022-03-07 16:55:42 +07:00
parent e6dd38401b
commit 2ace339d0b
1 changed files with 5 additions and 3 deletions

View File

@ -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