[glib] README.win32: Mention about /utf-8 and GIT



commit 2358ee17b553dd738a4c069b2276c9776df5d930
Author: Chun-wei Fan <fanc999 yahoo com tw>
Date:   Mon Jun 11 10:34:52 2018 +0800

    README.win32: Mention about /utf-8 and GIT
    
    Let people know that Visual Studio 2015 and later provide a /utf-8
    option to eliminate the need to set the System's non-Unicode locale and
    the subsequent reboot.
    
    Also let people know that it is recommended to have GIT for Windows
    installed so that some dependencies' sources can be downloaded and built
    along with GLib et al when needed.
    
    Please see MR !65 for a discussion on the reasoning why GIT for Windows
    is recommended.

 README.win32 | 8 ++++++++
 1 file changed, 8 insertions(+)
---
diff --git a/README.win32 b/README.win32
index 9801723ec..1683d54b9 100644
--- a/README.win32
+++ b/README.win32
@@ -80,6 +80,11 @@ To overcome this problem, please set your system's locale setting for non-Unicod
 English (United States), reboot, and restart the build, and the code should build
 normally.  See also this GNOME Wiki page [1] that gives a bit further info on this.
 
+In Visual Studio 2015 and later, the /utf-8 option is provided, which is set by the
+latest Meson releases when building GLib, and can be used in other project files
+that uses GLib to avoid the need of setting your system's locale setting for
+non-Unicode and the subsequent requirement to restart the system.
+
 Building software that use GLib or GTK+
 =======================================
 
@@ -190,6 +195,9 @@ You will also need the following items:
 -The Ninja build tool, required for Visual Studio 2008, 2012 and 2013 builds,
  and optional for 2010, 2015 and 2017 builds, where Visual Studio projects
  can be generated instead of the Ninja build files.
+-GIT for Windows is highly recommended, in the case where some required
+ dependencies are not found, and Meson makes use of GIT to download
+ the sources to build in the build process.
 
 To do a build using Meson, do the following:
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]