add a README
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 30 Nov 2005 16:28:17 +0000 (16:28 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 30 Nov 2005 16:28:17 +0000 (16:28 +0000)
Original commit message from CVS:
add a README

win32/README.txt [new file with mode: 0644]

diff --git a/win32/README.txt b/win32/README.txt
new file mode 100644 (file)
index 0000000..e85e095
--- /dev/null
@@ -0,0 +1,28 @@
+Building GStreamer on Windows\r
+-----------------------------\r
+\r
+Running GStreamer on Windows is currently experimental, but improving.\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
+\r
+Building with Visual Studio 6\r
+-----------------------------\r
+The directory vs6/ contains the workspaces needed to build GStreamer from\r
+Visual Studio.\r
+\r
+This build type is fairly well supported.\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
+\r
+The common/ directory contains support files that can be shared between\r
+these two versions of Visual Studio.\r