summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2011-04-18 00:55:37 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2011-04-18 00:55:37 +0800
commit74946de54505dbb550946bbf4c4099a9bd627b40 (patch)
tree4e887ca2d115ed3db4b9e241929adfc54888a9be
parenta48fad10613d71be13e4ce89621b37f484ba8ee3 (diff)
downloadgdk-pixbuf-74946de54505dbb550946bbf4c4099a9bd627b40.tar.gz
Update VS2008/2010 README.txt
-Fixed a typo -Remove some clutter from them
-rw-r--r--build/win32/vs10/README.txt12
-rw-r--r--build/win32/vs9/README.txt10
2 files changed, 9 insertions, 13 deletions
diff --git a/build/win32/vs10/README.txt b/build/win32/vs10/README.txt
index 75b23e6a5..0f47bbc99 100644
--- a/build/win32/vs10/README.txt
+++ b/build/win32/vs10/README.txt
@@ -14,11 +14,9 @@ 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.
-The dependencies for this package are gettext-runtime (libintl), GLib*
-(inclusive of GLib, GModule, GThread, GObject and GIO),
+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+ (i.e. using the<ConfigurationName>_NoGDIP
-configurations), you will also need the IJG JPEG libraries, libTIFF and
+that does not use GDI+, you will also need the IJG JPEG libraries, libTIFF and
libjasper (for JPEG-2000 operations).
For the Dependencies, you may either:
@@ -29,7 +27,7 @@ a) look for all of the dependencies (except GLib*, libjasper) under
http://ftp.gnome.org/pub/GNOME/binaries/win64/dependencies/ (64-bit)
Please use the latest versions of these libraries that are available there,
- these are packaged by Tor Lillqvist, which are built with MinGW/GCC AFAIK.
+ these are packaged by Tor Lillqvist, which are built with MinGW/GCC.
Please see b) below regarding the build of libjasper and GLib*
Note for LibPNG, version 1.5.x is needed.
@@ -86,7 +84,7 @@ your GLib sources in <root>\ and build it from there, following the
instructions in <root>\glib<-version>\build\win32\vs10, so that the required
headers, EXEs, DLLs and LIBs will end up in
<root>\vs10\<PlatformName>\include\glib-2.0 (headers)
-<root>\vs10\<PlatformName>\lib (LIBs, also glib-2.0/include/glibocnfig.h)
+<root>\vs10\<PlatformName>\lib (LIBs, also glib-2.0/include/glibconfig.h)
<root>\vs10\<PlatformName>\bin (EXEs/DLLs)
respectively.
@@ -98,5 +96,5 @@ For instance, 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 GDK-Pixbuf source tree.
---Chun-wei Fan <fanc999 --at-- yahoo _dot_ com _dot_ tw>
+--Chun-wei Fan <fanc999@yahoo.com.tw>
--(adapted from the GLib VS9 README.txt file originally written by Tor Lillqvist)
diff --git a/build/win32/vs9/README.txt b/build/win32/vs9/README.txt
index df5905cf5..d90f55b39 100644
--- a/build/win32/vs9/README.txt
+++ b/build/win32/vs9/README.txt
@@ -15,10 +15,8 @@ configurations). Note that both variants require LibPNG and ZLib, and
both variants have the image loaders built into the main GDK-Pixbuf library.
The dependencies for this package are gettext-runtime (libintl), GLib*
-(inclusive of GLib, GModule, GThread, GObject and GIO),
ZLib and LibPNG at the minimum. Note that if you intend to build GDK-Pixbuf
-that does not use GDI+ (i.e. using the<ConfigurationName>_NoGDIP
-configurations), you will also need the IJG JPEG libraries, libTIFF and
+that does not use GDI+, you will also need the IJG JPEG libraries, libTIFF and
libjasper (for JPEG-2000 operations).
For the Dependencies, you may either:
@@ -29,7 +27,7 @@ a) look for all of the dependencies (except GLib*, libjasper) under
http://ftp.gnome.org/pub/GNOME/binaries/win64/dependencies/ (64-bit)
Please use the latest versions of these libraries that are available there,
- these are packaged by Tor Lillqvist, which are built with MinGW/GCC AFAIK.
+ these are packaged by Tor Lillqvist, which are built with MinGW/GCC.
Please see b) below regarding the build of libjasper and GLib*
Note for LibPNG, version 1.5.x is needed.
@@ -86,7 +84,7 @@ your GLib sources in <root>\ and build it from there, following the
instructions in <root>\glib<-version>\build\win32\vs9, so that the required
headers, EXEs, DLLs and LIBs will end up in
<root>\vs9\<PlatformName>\include\glib-2.0 (headers)
-<root>\vs9\<PlatformName>\lib (LIBs, also glib-2.0/include/glibocnfig.h)
+<root>\vs9\<PlatformName>\lib (LIBs, also glib-2.0/include/glibconfig.h)
<root>\vs9\<PlatformName>\bin (EXEs/DLLs)
respectively.
@@ -98,5 +96,5 @@ For instance, 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 GDK-Pixbuf source tree.
---Chun-wei Fan <fanc999 --at-- yahoo _dot_ com _dot_ tw>
+--Chun-wei Fan <fanc999@yahoo.com.tw>
--(adapted from the GLib VS9 README.txt file originally written by Tor Lillqvist)