Jump to content

GStreamer Daemon - Building GStreamer Daemon: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 145: Line 145:
Specify <tt>meson --prefix $INSTALL_PATH build</tt>, if you want the build to be configured for installation in a directory other than '''/usr/local'''.
Specify <tt>meson --prefix $INSTALL_PATH build</tt>, if you want the build to be configured for installation in a directory other than '''/usr/local'''.
We recommend <tt>meson --prefix /usr build</tt>
We recommend <tt>meson --prefix /usr build</tt>
==== Advanced Configuration ====
In order to see the full list of configuration options you may run:
<syntaxhighlight lang="bash">
meson configure build
</syntaxhighlight>
==== Installing the Binaries ====
Once the <tt>ninja -C build</tt> command completes, you can install the generated binaries:
<syntaxhighlight lang="bash">
ninja -C buildmeson install
</syntaxhighlight>
If you are trying to install to a system location you will need to run with ''sudo'' privileges.
<syntaxhighlight lang="bash">
sudo ninja -C buildmeson install
</syntaxhighlight>


== Common build problems and how to resolve them ==
== Common build problems and how to resolve them ==
214

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.