summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2020-10-16 15:37:17 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2020-10-16 16:21:31 -0400
commit9d02a62ec8ea1a935e911344d50514de72977db8 (patch)
tree12f04505221ae3f5ee2b94d605fc7cb1c6322136
parentdbae3e3ff04f3589b01f670d52bc749e36e465dc (diff)
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>
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 56b09fb..864f069 100644
--- a/README.md
+++ b/README.md
@@ -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`