mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-21 17:21:13 +00:00
README: Add note about updating subprojects
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3993>
This commit is contained in:
parent
2d79f7d392
commit
84212b3c34
1 changed files with 7 additions and 0 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue