gstreamer/win32/README.txt
Tim-Philipp Müller a123dbd329 win32: update README and remove outdated build cruft
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.
2016-02-20 10:07:01 +00:00

31 lines
763 B
Plaintext

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.