README: Add a little explanation on how to add this as a dependency.
authorOlivier Crête <olivier.crete@collabora.com>
Mon, 21 Jan 2019 22:53:53 +0000 (17:53 -0500)
committerOlivier Crête <olivier.crete@collabora.com>
Mon, 21 Jan 2019 22:53:53 +0000 (17:53 -0500)
README.md

index 63675d6..56b09fb 100644 (file)
--- a/README.md
+++ b/README.md
@@ -19,11 +19,24 @@ you can install these with:
 
     sudo apt-get install mono-mcs mono-devel
 
-Building & Installing
+Building
 ----
 
     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
 -------