docs: add index for new symbols in 1.14
[platform/upstream/gstreamer.git] / win32 / README.txt
index d5afa52..892b1f1 100644 (file)
@@ -1,28 +1,32 @@
 Building GStreamer on Windows\r
 -----------------------------\r
 \r
-Running GStreamer on Windows is currently experimental, but improving.\r
+Running GStreamer on Windows is supported.\r
+\r
+Official Windows binaries for each release can be found at:\r
+\r
+  https://gstreamer.freedesktop.org/data/pkg/windows/\r
+\r
+\r
+Building with MinGW/MSys\r
+------------------------\r
 \r
-Building on MinGW/MSys\r
-----------------------\r
 Should work out of the box from the toplevel directory using the standard\r
 Unix build system provided.\r
 \r
-This build type is fairly well supported.\r
+This build type is officially supported.\r
 \r
-Building with Visual Studio 6\r
------------------------------\r
-The directory vs6/ contains the workspaces needed to build GStreamer from\r
-Visual Studio.\r
+You can build Windows binaries including all required dependencies\r
+using the 'cerbero' build tool:\r
 \r
-This build type is fairly well supported.\r
+  http://cgit.freedesktop.org/gstreamer/cerbero/\r
+\r
+This works both natively on Windows or as cross-compile from Linux.\r
 \r
-Building with Visual Studio 7\r
------------------------------\r
-vs7/ contains the files needed, but they haven't been updated since the\r
-0.8 series.\r
 \r
-This build is currently unsupported.\r
+Building with Visual Studio\r
+---------------------------\r
 \r
-The common/ directory contains support files that can be shared between\r
-these two versions of Visual Studio.\r
+Building with Visual Studio is possible using the Meson-based build\r
+definitions, but there is currently no support for this in cerbero yet,\r
+so it's not for the faint-hearted.\r