mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
build: Minor wording fixes for the gst-build description
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/105>
This commit is contained in:
parent
96e071f6a9
commit
2e1231ff17
1 changed files with 5 additions and 2 deletions
|
@ -52,8 +52,11 @@ cd gst-build
|
||||||
gst-build contains a few notable scripts and directories:
|
gst-build contains a few notable scripts and directories:
|
||||||
1. `meson.build` is the top-level build definition which will recursively
|
1. `meson.build` is the top-level build definition which will recursively
|
||||||
configure all dependencies. It also defines some helper commands allowing you
|
configure all dependencies. It also defines some helper commands allowing you
|
||||||
to have an uninstalled environment or easily update all git modules.
|
to have an uninstalled development environment or easily update all git
|
||||||
2. `submodules` is the location of the submodules.
|
repositories for various GStreamer modules.
|
||||||
|
2. `subprojects/` is the directory containing GStreamer modules and
|
||||||
|
and a selection of dependencies.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Basic meson and ninja usage
|
## Basic meson and ninja usage
|
||||||
|
|
Loading…
Reference in a new issue