mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-09-01 17:23:48 +00:00
Don't suggest running cargo cinstall
after cargo cbuild
That will build everything twice as `cargo cbuild` builds with the dev profile by default and `cargo cinstall` uses the release profile. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/2442>
This commit is contained in:
parent
a8be57a742
commit
860b8fc241
1 changed files with 0 additions and 1 deletions
|
@ -172,7 +172,6 @@ Replace `x86_64-unknown-linux-gnu` with your system's Rust target triple (`rustc
|
|||
The plugin can also be installed system-wide:
|
||||
|
||||
```
|
||||
$ cargo cbuild -p gst-plugin-cdg --prefix=/usr
|
||||
$ cargo cinstall -p gst-plugin-cdg --prefix=/usr
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue