mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2024-11-21 16:41:03 +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
|
||||
|
||||
```sh
|
||||
meson builddir
|
||||
cargo run
|
||||
$ meson builddir -Dbuildtype=release
|
||||
$ ninja -C builddir
|
||||
$ ./builddir/target/release/gst_pipeline_studio
|
||||
```
|
||||
|
||||
## License
|
||||
|
|
Loading…
Reference in a new issue