mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
README: small updates
This commit is contained in:
parent
fa32c47022
commit
b0eea913a4
1 changed files with 7 additions and 0 deletions
|
@ -9,13 +9,20 @@ meson and its [subproject](https://github.com/mesonbuild/meson/wiki/Subprojects)
|
||||||
|
|
||||||
### Install meson and ninja
|
### Install meson and ninja
|
||||||
|
|
||||||
|
Meson 0.48 or newer is required.
|
||||||
|
|
||||||
You should get meson through your package manager or using:
|
You should get meson through your package manager or using:
|
||||||
|
|
||||||
$ pip3 install --user meson
|
$ pip3 install --user meson
|
||||||
|
|
||||||
|
This will install meson into ~/.local/bin which may or may not be included
|
||||||
|
automatically in your PATH by default.
|
||||||
|
|
||||||
If you are building on Windows, do not use the Meson MSI installer since it is
|
If you are building on Windows, do not use the Meson MSI installer since it is
|
||||||
experimental and will likely not work.
|
experimental and will likely not work.
|
||||||
|
|
||||||
|
You can also run meson directly from a meson git checkout if you like.
|
||||||
|
|
||||||
You should get `ninja` using your package manager or download the [official
|
You should get `ninja` using your package manager or download the [official
|
||||||
release](https://github.com/ninja-build/ninja/releases) and put it in your PATH.
|
release](https://github.com/ninja-build/ninja/releases) and put it in your PATH.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue