From 84212b3c34c3b6f73646a4d11ad70647f53e4f3b Mon Sep 17 00:00:00 2001 From: "Zhao, Gang" Date: Sun, 19 Feb 2023 15:39:57 +0800 Subject: [PATCH] README: Add note about updating subprojects Part-of: --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9097ef7cbc..5ae69589c5 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,13 @@ NOTE: On Windows, meson will automatically detect and use the latest Visual Studio if GCC, clang, etc are not available in `PATH`. Use the `--vsenv` argument to force the use of Visual Studio. +NOTE: Meson will not update subprojects automatically once a subproject has +been fetched. Remember to update subprojects if wrap files are updated. + +``` +meson subprojects update +``` + ### External dependencies All mandatory dependencies of GStreamer are included as [meson subprojects](https://mesonbuild.com/Subprojects.html):