mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2024-11-25 02:21:00 +00:00
README: add macos dependencies list
This commit is contained in:
parent
b5ec5b2d84
commit
9491803a6c
1 changed files with 7 additions and 0 deletions
|
@ -37,6 +37,13 @@ pip3 install meson
|
||||||
dnf install gtk4-devel gstreamer1-devel gstreamer1-plugins-base-devel python3-pip ninja-build pkgconfig
|
dnf install gtk4-devel gstreamer1-devel gstreamer1-plugins-base-devel python3-pip ninja-build pkgconfig
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### MacOS
|
||||||
|
|
||||||
|
```sh
|
||||||
|
brew install gtk4
|
||||||
|
brew install gstreamer gst-plugins-base gst-plugins-bad
|
||||||
|
```
|
||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
Loading…
Reference in a new issue