[gdk-pixbuf] build/win32/vs*/README.txt: Add note



commit a4b3000e8f06bada589ce9ccc24f37f1fcaf1449
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Thu May 10 18:13:12 2012 +0800

    build/win32/vs*/README.txt: Add note
    
    Add a note telling people about building and using additional image loader
    modules that are not included in GDK-Pixbuf.

 build/win32/vs10/README.txt |    8 ++++++++
 build/win32/vs9/README.txt  |    8 ++++++++
 2 files changed, 16 insertions(+), 0 deletions(-)
---
diff --git a/build/win32/vs10/README.txt b/build/win32/vs10/README.txt
index 5cdc1b2..17b746e 100644
--- a/build/win32/vs10/README.txt
+++ b/build/win32/vs10/README.txt
@@ -22,6 +22,14 @@ party image manipulation libraries, the Debug_NoGDIP/Release_NoGDIP
 configurations).  Note that both variants require LibPNG and ZLib, and
 both variants have the image loaders built into the main GDK-Pixbuf library.
 
+If one wants to build additional GDK-Pixbuf image loaders/modules that are
+not included in the main GDK-Pixbuf library, such as the one included in
+librsvg, he/she needs to place the compiled loader DLL (preferably built
+with Visual C++ 2010) into the following location:
+<parent_folder_of_the_GDK-Pixbuf_DLL>\lib\gdk-pixbuf-2.0\2.10.0\loaders\
+and run the gdk-pixbuf-query-loaders utility to generate a loaders.cache
+file in <parent_folder_of_the_GDK-Pixbuf_DLL>\lib\gdk-pixbuf-2.0\2.10.0.
+
 The dependencies for this package are gettext-runtime (libintl), GLib*,
 ZLib and LibPNG at the minimum.  Note that if you intend to build GDK-Pixbuf
 that does not use GDI+, you will also need the IJG JPEG libraries, libTIFF and
diff --git a/build/win32/vs9/README.txt b/build/win32/vs9/README.txt
index 4ff7515..b3460e8 100644
--- a/build/win32/vs9/README.txt
+++ b/build/win32/vs9/README.txt
@@ -22,6 +22,14 @@ party image manipulation libraries, the Debug_NoGDIP/Release_NoGDIP
 configurations).  Note that both variants require LibPNG and ZLib, and
 both variants have the image loaders built into the main GDK-Pixbuf library.
 
+If one wants to build additional GDK-Pixbuf image loaders/modules that are
+not included in the main GDK-Pixbuf library, such as the one included in
+librsvg, he/she needs to place the compiled loader DLL (preferably built
+with Visual C++ 2008) into the following location:
+<parent_folder_of_the_GDK-Pixbuf_DLL>\lib\gdk-pixbuf-2.0\2.10.0\loaders\
+and run the gdk-pixbuf-query-loaders utility to generate a loaders.cache
+file in <parent_folder_of_the_GDK-Pixbuf_DLL>\lib\gdk-pixbuf-2.0\2.10.0.
+
 The dependencies for this package are gettext-runtime (libintl), GLib*
 ZLib and LibPNG at the minimum.  Note that if you intend to build GDK-Pixbuf
 that does not use GDI+, you will also need the IJG JPEG libraries, libTIFF and



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