summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2011-05-18 12:39:40 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2011-05-18 12:39:40 +0800
commita2541fc641826b8442fee48f9b42cdbd002045db (patch)
tree4957bf71661cef6dea759a99b3621987ff12cbe7
parent26e8f0e5f0744fc56829a40aadf1c5eedc98bd3f (diff)
downloadpango-a2541fc641826b8442fee48f9b42cdbd002045db.tar.gz
Minor updates to Visual C++ 2008 README.txt
Make pathnames Windows-like... missed them just now. doh.
-rw-r--r--build/win32/vs9/README.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/build/win32/vs9/README.txt b/build/win32/vs9/README.txt
index 62252229..a053efbb 100644
--- a/build/win32/vs9/README.txt
+++ b/build/win32/vs9/README.txt
@@ -10,7 +10,7 @@ files.
It is recommended that GLib is compiled with VS9 to compile Pango.
External dependencies are at least Cairo, zlib, libpng,
gettext-runtime; optional dependencies include fontconfig, freetype,
-and expat. Please see the build/win32/vs9/README.txt file in glib
+and expat. Please see the build\win32\vs9\README.txt file in glib
for details where to unpack them.
Decide first whether you would want to use fontconfig (which also includes
@@ -26,7 +26,7 @@ caused by mixing calls to different CRTs can be kept at a minimum.
zlib, libpng, and Cairo do contain support for compiling under VS9
using VS project files and/or makefiles at this time of writing.
For GLib, VS9 project files are available under
-$(srcroot)/build/vs9 in the case of GLib (stable/unstable).
+$(srcroot)\build\vs9 in the case of GLib (stable/unstable).
There is no known official VS9 build support for fontconfig
(along with freetype and expat which will work with the pre-compiled
@@ -52,11 +52,11 @@ Note: put the resulting zlib, libpng, pcre and Cairo files as follows:
The recommended build order for these dependencies:
(first unzip any dependent binaries downloaded from the ftp.gnome.org
- as described in the README.txt file in the build/win32/vs9 folder)
+ as described in the README.txt file in the build\win32\vs9 folder)
-zlib
-libpng
-(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)
+ build PCRE is recommended-see build\win32\vs9\README.txt of GLib)
-GLib (put the sources in <root>\<GLib-Source-Tree>, and build it from
there with VS9)
-Cairo (inclusive of Cairo-GObject-if using GTK+-3.x)