Mention Dockerfile in README

This commit is contained in:
Jasper 2021-12-15 21:09:23 +07:00 committed by GitHub
parent c273049f26
commit 98dc9a2b5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 3 deletions

View File

@ -22,13 +22,17 @@ Thanks to GStreamer's flexibility and wide range of plugins, this enables many n
To integrate gst-meet into your own application, add a Cargo dependency on `lib-gst-meet`.
## Development
## Docker
A `Dockerfile` is provided that uses AVStack-built Alpine APKs for gstreamer 1.19.x.
## Nix
For nix users, a `shell.nix` is provided. Within the repository, run `nix-shell --pure` to get a shell with access to all needed dependencies (and nothing else).
Otherwise, install the dependencies described above, along with their `-dev` packages if your distribution uses them.
## Development
`cargo build` should then successfully build the libraries and `gst-meet` binary.
Install the dependencies described above, along with their `-dev` packages if your distribution uses them. `cargo build` should then successfully build the libraries and `gst-meet` binary.
## Pipeline Structure