mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 13:53:19 +00:00
a123dbd329
This hasn't been touched for generations, doesn't work, and is just causing confusion. We also don't want to maintain these files manually.
30 lines
763 B
Text
30 lines
763 B
Text
Building GStreamer on Windows
|
|
-----------------------------
|
|
|
|
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
|
|
------------------------
|
|
|
|
Should work out of the box from the toplevel directory using the standard
|
|
Unix build system provided.
|
|
|
|
This build type is officially supported.
|
|
|
|
You can build Windows binaries including all required dependencies
|
|
using the 'cerbero' build tool:
|
|
|
|
http://cgit.freedesktop.org/gstreamer/cerbero/
|
|
|
|
This works both natively on Windows or as cross-compile from Linux.
|
|
|
|
|
|
Building with Visual Studio
|
|
---------------------------
|
|
|
|
Building with Visual Studio is currently not supported.
|