mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-29 21:21:12 +00:00
README: Add a little explanation on how to add this as a dependency.
This commit is contained in:
parent
f71db86e13
commit
ba65377f06
1 changed files with 14 additions and 1 deletions
15
README.md
15
README.md
|
@ -19,11 +19,24 @@ you can install these with:
|
||||||
|
|
||||||
sudo apt-get install mono-mcs mono-devel
|
sudo apt-get install mono-mcs mono-devel
|
||||||
|
|
||||||
Building & Installing
|
Building
|
||||||
----
|
----
|
||||||
|
|
||||||
meson build && ninja -C build/
|
meson build && ninja -C build/
|
||||||
|
|
||||||
|
Installing
|
||||||
|
----
|
||||||
|
|
||||||
|
This package is not installed as part of the system. It should either
|
||||||
|
be built into a Nuget or used as a subproject like this. For example,
|
||||||
|
with meson, one would use it like this:
|
||||||
|
|
||||||
|
|
||||||
|
subproject('gstreamer-sharp', default_options: ['install=false'])
|
||||||
|
gst_sharp = subproject('gstreamer-sharp')
|
||||||
|
gst_sharp_dep = gst_sharp.get_variable('gst_sharp_dep')
|
||||||
|
|
||||||
|
|
||||||
HACKING
|
HACKING
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue