[gtk+/gtk-3-14] Update README.txt for MSVC Builds



commit deed16b151718a29ba4cfc6e8d9805d58787ed6f
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Tue Sep 30 13:00:32 2014 +0800

    Update README.txt for MSVC Builds
    
    Tell people that they need to download and install the Adwaita icon theme,
    by following the instructions given on
    https://live.gnome.org/GTK%2B/Win32/MSVCCompilationOfGTKStack.
    
    Also tell people they can either use IJG JPEG or libjpeg-turbo for non-GDI+
    builds of GDK-Pixbuf.

 build/win32/vs10/README.txt |    9 +++++++--
 build/win32/vs9/README.txt  |    9 +++++++--
 2 files changed, 14 insertions(+), 4 deletions(-)
---
diff --git a/build/win32/vs10/README.txt b/build/win32/vs10/README.txt
index 10caaae..ec1a305 100644
--- a/build/win32/vs10/README.txt
+++ b/build/win32/vs10/README.txt
@@ -59,9 +59,9 @@ The recommended build order for these dependencies:
  as described in the README.txt file in the build/win32/vs10 folder)
 -zlib
 -libpng
--(for GDK-Pixbuf, if not using GDI+) IJG JPEG
+-(for GDK-Pixbuf, if not using GDI+) IJG JPEG or libjpeg-turbo
 -(for GDK-Pixbuf, if not using GDI+) libtiff
- [libtiff requires zlib and IJG JPEG]
+ [libtiff requires zlib and IJG JPEG or libjpeg-turbo]
 -(for GDK-Pixbuf, if not using GDI+) jasper [jpeg-2000 library]
 -(optional for GLib) PCRE (version 8.12 or later, use of CMake to
   build PCRE is recommended-see build/win32/vs10/README.txt of GLib)
@@ -81,6 +81,11 @@ built DLLs go into <root>\vs10\<PlatformName>\bin, built LIBs into
 project files higher in the stack are supposed to look for them, not
 from a specific GLib source tree.
 
+Please note, as GTK+ uses the Adwaita theme for all platforms by default,
+most icons used are not included with GTK+ (which *are* needed), so please see
+https://live.gnome.org/GTK%2B/Win32/MSVCCompilationOfGTKStack (under the
+GTK+ section) on how to get those icons set up for use with GTK+.
+
 *About the dependencies marked with *: These dependencies are optional
  as those are not compulsory components for building and running GTK+
  itself, but note that they are needed for people running and building
diff --git a/build/win32/vs9/README.txt b/build/win32/vs9/README.txt
index f2f0067..fe35ea3 100644
--- a/build/win32/vs9/README.txt
+++ b/build/win32/vs9/README.txt
@@ -58,9 +58,9 @@ The recommended build order for these dependencies:
  as described in the README.txt file in the build/win32/vs9 folder)
 -zlib
 -libpng
--(for GDK-Pixbuf, if not using GDI+) IJG JPEG
+-(for GDK-Pixbuf, if not using GDI+) IJG JPEG or libjpeg-turbo
 -(for GDK-Pixbuf, if not using GDI+) libtiff
- [libtiff requires zlib and IJG JPEG]
+ [libtiff requires zlib and IJG JPEG or libjpeg-turbo]
 -(for GDK-Pixbuf, if not using GDI+) jasper [jpeg-2000 library])
 -(optional for GLib) PCRE (version 8.12 or later, use of CMake to
   build PCRE is recommended-see build/win32/vs9/README.txt of GLib)
@@ -80,6 +80,11 @@ built DLLs go into <root>\vs9\<PlatformName>\bin, built LIBs into
 project files higher in the stack are supposed to look for them, not
 from a specific GLib source tree.
 
+Please note, as GTK+ uses the Adwaita theme for all platforms by default,
+most icons used are not included with GTK+ (which *are* needed), so please see
+https://live.gnome.org/GTK%2B/Win32/MSVCCompilationOfGTKStack (under the
+GTK+ section) on how to get those icons set up for use with GTK+.
+
 *About the dependencies marked with *: These dependencies are optional
  as those are not compulsory components for building and running GTK+
  itself, but note that they are needed for people running and building


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