mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-30 13:51:13 +00:00
Add info about gstreamer package necessary for building example
This commit is contained in:
parent
9ff926b351
commit
affe7a5d83
1 changed files with 7 additions and 0 deletions
|
@ -24,4 +24,11 @@ $ apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \
|
||||||
gstreamer1.0-libav libgstrtspserver-1.0-dev libges-1.0-dev
|
gstreamer1.0-libav libgstrtspserver-1.0-dev libges-1.0-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
|
On Opensuse you can use:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ zypper in zypper in gstreamer-plugins-bad-devel gstreamer-devel gstreamer-plugins-base-devel \
|
||||||
|
gstreamer-plugins-good
|
||||||
|
```
|
||||||
|
|
||||||
Once you have a working gstreamer-rs and slint install, `cargo run` should work.
|
Once you have a working gstreamer-rs and slint install, `cargo run` should work.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue