2005-11-30 16:28:17 +00:00
|
|
|
Building GStreamer on Windows
|
|
|
|
-----------------------------
|
|
|
|
|
2016-11-14 21:28:22 +00:00
|
|
|
Running GStreamer on Windows is supported.
|
|
|
|
|
|
|
|
Official Windows binaries for each release can be found at:
|
|
|
|
|
|
|
|
https://gstreamer.freedesktop.org/data/pkg/windows/
|
|
|
|
|
|
|
|
|
|
|
|
Building with MinGW/MSys
|
|
|
|
------------------------
|
2005-11-30 16:28:17 +00:00
|
|
|
|
|
|
|
Should work out of the box from the toplevel directory using the standard
|
|
|
|
Unix build system provided.
|
|
|
|
|
2016-11-14 21:28:22 +00:00
|
|
|
This build type is officially supported.
|
|
|
|
|
|
|
|
You can build Windows binaries including all required dependencies
|
|
|
|
using the 'cerbero' build tool:
|
2005-11-30 16:28:17 +00:00
|
|
|
|
2016-11-14 21:28:22 +00:00
|
|
|
http://cgit.freedesktop.org/gstreamer/cerbero/
|
2005-11-30 16:28:17 +00:00
|
|
|
|
2016-11-14 21:28:22 +00:00
|
|
|
This works both natively on Windows or as cross-compile from Linux.
|
2005-11-30 16:28:17 +00:00
|
|
|
|
|
|
|
|
2016-11-14 21:28:22 +00:00
|
|
|
Building with Visual Studio
|
|
|
|
---------------------------
|
2005-11-30 16:28:17 +00:00
|
|
|
|
2016-11-14 21:28:22 +00:00
|
|
|
Building with Visual Studio is possible using the Meson-based build
|
|
|
|
definitions, but there is currently no support for this in cerbero yet,
|
|
|
|
so it's not for the faint-hearted.
|