mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
README: Warn about not using the Meson MSI
This commit is contained in:
parent
5feafc66ce
commit
0c4456fb13
1 changed files with 5 additions and 2 deletions
|
@ -13,8 +13,11 @@ You should get meson through your package manager or using:
|
||||||
|
|
||||||
$ pip3 install --user meson
|
$ pip3 install --user meson
|
||||||
|
|
||||||
You should get `ninja` using your package manager or downloading it from
|
If you are building on Windows, do not use the Meson MSI installer since it is
|
||||||
[here](https://github.com/ninja-build/ninja/releases).
|
experimental and will likely not work.
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
### Build GStreamer and its modules
|
### Build GStreamer and its modules
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue