mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
README: Update doc on how to update generated files
Fix the command, and also document how it can be done with gst-build Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-sharp/-/merge_requests/25>
This commit is contained in:
parent
dbae3e3ff0
commit
9d02a62ec8
1 changed files with 5 additions and 1 deletions
|
@ -50,7 +50,11 @@ Updating to new GStreamer version
|
|||
Make sure you are in an environement where latest `.gir` files are available (either installed
|
||||
or through the `$GI_TYPELIB_PATH` env var), those files are automatically copied to `girs/`.
|
||||
|
||||
ninja -C update-all
|
||||
ninja -C build update-all
|
||||
|
||||
or if using gst-build, start gst-env and then run
|
||||
|
||||
ninja -C build gstreamer-sharp@@update-all
|
||||
|
||||
* Verify newly copied gir files in `girs/` and `git add` them
|
||||
* Verify newly generated code and `git add` files in `sources/generated/` and `ges/generated`
|
||||
|
|
Loading…
Reference in a new issue