win32: remove copies of generated headers
[platform/upstream/gstreamer.git] / win32 / README.txt
1 Building GStreamer on Windows\r
2 -----------------------------\r
3 \r
4 Running GStreamer on Windows is supported.\r
5 \r
6 Official Windows binaries for each release can be found at:\r
7 \r
8   https://gstreamer.freedesktop.org/data/pkg/windows/\r
9 \r
10 \r
11 Building with MinGW/MSys\r
12 ------------------------\r
13 \r
14 Should work out of the box from the toplevel directory using the standard\r
15 Unix build system provided.\r
16 \r
17 This build type is officially supported.\r
18 \r
19 You can build Windows binaries including all required dependencies\r
20 using the 'cerbero' build tool:\r
21 \r
22   http://cgit.freedesktop.org/gstreamer/cerbero/\r
23 \r
24 This works both natively on Windows or as cross-compile from Linux.\r
25 \r
26 \r
27 Building with Visual Studio\r
28 ---------------------------\r
29 \r
30 Building with Visual Studio is possible using the Meson-based build\r
31 definitions, but there is currently no support for this in cerbero yet,\r
32 so it's not for the faint-hearted.\r