mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2024-11-25 02:21:00 +00:00
README: update getting started
This commit is contained in:
parent
1c074a33db
commit
c14fd0aaae
1 changed files with 3 additions and 2 deletions
|
@ -35,8 +35,9 @@ dnf install gtk4-devel gstreamer1-devel gstreamer1-plugins-base-devel python3-pi
|
||||||
## Getting started
|
## Getting started
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
meson builddir
|
$ meson builddir -Dbuildtype=release
|
||||||
cargo run
|
$ ninja -C builddir
|
||||||
|
$ ./builddir/target/release/gst_pipeline_studio
|
||||||
```
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
Loading…
Reference in a new issue