README: add first step to build and run GPS

This commit is contained in:
Stéphane Cerveau 2021-11-17 16:13:47 +01:00
parent 98e0199e01
commit 6fc8a1c3da

29
README.md Normal file
View file

@ -0,0 +1,29 @@
# GstPipelineStudio: Draw your own GStreamer pipeline ...
## Setup
Install the Rust toolchain via `rustup`
```sh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```
Check https://rustup.rs for alternative installation options.
### Ubuntu/Debian/etc
```sh
apt install libgtk-3-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev
```
### Fedora/RedHat/SuSE/etc
```sh
dnf install gtk3-devel gstreamer1-devel gstreamer1-plugins-base-devel
```
## Getting started
```sh
cargo run
```