Added kdbus as a valid transport type in gdbusaddress.c file
[platform/upstream/glib.git] / README.win32
index a04417f..520cbdb 100644 (file)
@@ -159,11 +159,22 @@ and libtool documentation.
 Building with Visual Studio\r
 ===========================\r
 \r
-In an unpacked tarball, you will find in build\win32\vs9 a solution\r
-file that can be used to build the GLib DLLs and some auxiliary\r
-programs. Read the README.txt file in that folder for more\r
-information. Note that you will need a libintl implementation, and\r
-zlib.\r
+A more detailed outline of building GLib with its dependencies can\r
+now be found in GNOME Live!:\r
+\r
+https://live.gnome.org/GTK%2B/Win32/MSVCCompilationOfGTKStack\r
+\r
+Please do not build GLib in paths that contain spaces in them, as\r
+this may cause problems during compilation and during usage of the\r
+library.\r
+\r
+In an unpacked tarball, you will find in build\win32\vs9 (VS 2008) and\r
+build\win32\vs10 (VS 2010) a solution file that can be used to build\r
+the GLib DLLs and some auxiliary programs under VS 2008 and VS 2010\r
+(Express Edition will suffice with the needed dependencies) respectively.\r
+Read the README.txt file in those folders for more\r
+information. Note that you will need a libintl implementation, zlib, and \r
+libFFI.\r
 \r
 If you are building from a GIT checkout, you will first need to use some\r
 Unix-like environment or run build/win32/setup.py, \r